Table of Contents

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

public float 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

public bool fadeWithSun

Field Value

bool

flat

public bool flat

Field Value

bool

handlePos

public Vector2 handlePos

Field Value

Vector2

nightLight

public bool nightLight

Field Value

bool

panelPos

public Vector2 panelPos

Field Value

Vector2

strength

public float 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