Class PlacedObject.LightSourceData
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class PlacedObject.LightSourceData : PlacedObject.Data
- Inheritance
-
PlacedObject.LightSourceData
- Inherited Members
-
Constructors
LightSourceData(PlacedObject)
public LightSourceData(PlacedObject owner)
Parameters
owner PlacedObject
Fields
blinkRate
Field Value
- float
blinkType
public PlacedObject.LightSourceData.BlinkType blinkType
Field Value
- PlacedObject.LightSourceData.BlinkType
colorType
public PlacedObject.LightSourceData.ColorType colorType
Field Value
- PlacedObject.LightSourceData.ColorType
fadeWithSun
Field Value
- bool
flat
Field Value
- bool
handlePos
Field Value
- Vector2
nightLight
Field Value
- bool
panelPos
Field Value
- Vector2
strength
Field Value
- float
Properties
Rad
public float Rad { get; }
Property Value
- float
Methods
BaseSaveString()
public string BaseSaveString()
Returns
- string
FromString(string)
public override void FromString(string s)
Parameters
s string
ToString()
public override string ToString()
Returns
- string