Table of Contents

Class LightSourceData

Namespace
TrinketTinker.Models
Assembly
TrinketTinker.dll

Data for light source on the companion.

public class LightSourceData
Inheritance
LightSourceData
Inherited Members

Fields

Index

Use a vanilla texture

public int Index

Field Value

int

Radius

Light radius

public float Radius

Field Value

float

Properties

Color

Light source color

public string? Color { get; set; }

Property Value

string

Texture

Optional, use a custom light texture.

public string? Texture { get; set; }

Property Value

string