Table of Contents

Struct PointLightConstructor

Namespace
ReFuel.Scenegraph
Assembly
ReFuel.dll
public struct PointLightConstructor
Inherited Members

Constructors

PointLightConstructor()

public PointLightConstructor()

Fields

Color

[UnionDisplay(typeof(bool), "UseTemperature")]
[UnionChoose(false, "RGB")]
[UnionChoose(true, "Temperature")]
public LightData.ColorUnion Color

Field Value

LightData.ColorUnion

Power

public float Power

Field Value

float

UseTemperature

public bool UseTemperature

Field Value

bool