Struct SpotLightConstructor
- Namespace
- ReFuel.Scenegraph
- Assembly
- ReFuel.dll
public struct SpotLightConstructor
- Inherited Members
Constructors
SpotLightConstructor()
public SpotLightConstructor()
Fields
Aperture
[Angle(0, false, 3.1415927, false)]
public float Aperture
Field Value
Color
[UnionDisplay(typeof(bool), "UseTemperature")]
[UnionChoose(false, "RGB")]
[UnionChoose(true, "Temperature")]
public LightData.ColorUnion Color
Field Value
Direction
public Vector3 Direction
Field Value
Power
public float Power
Field Value
UseTemperature
public bool UseTemperature