Class SkyLight.Modes
Sky light source mode.
Inheritance
System.Object
SkyLight.Modes
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class Modes : Enum
Fields
CaptureScene
The captured scene will be used as a light source.
Declaration
public const SkyLight.Modes CaptureScene
Field Value
SkyLight.Modes
|
CustomTexture
The custom cube texture will be used as a light source.
Declaration
public const SkyLight.Modes CustomTexture
Field Value
SkyLight.Modes
|
value__
Declaration
public int value__
Field Value
System.Int32
|