Table of Contents

Struct SunLightConstructor

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

Constructors

SunLightConstructor()

public SunLightConstructor()

Fields

Color

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

Field Value

LightData.ColorUnion

Direction

public Vector3 Direction

Field Value

Vector3

Power

public float Power

Field Value

float

UseTemperature

public bool UseTemperature

Field Value

bool