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
Radius
Light radius
public float Radius
Field Value
Properties
Color
Light source color
public string? Color { get; set; }
Property Value
Texture
Optional, use a custom light texture.
public string? Texture { get; set; }