RuntimeSunlightSettings Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Struct for storing directional sunlight settings stored in a scene.
public value class RuntimeSunlightSettings
[System.Serializable]
public struct RuntimeSunlightSettings
[<System.Serializable>]
type RuntimeSunlightSettings = struct
Public Structure RuntimeSunlightSettings
- Inheritance
-
RuntimeSunlightSettings
- Attributes
Fields
Color | |
Intensity | |
UseSunlight | |
XRotation | |
YRotation | |
ZRotation |
Methods
Black(RuntimeSunlightSettings) |
Sets continuous settings to 'black' without changing any discrete features. |
Lerp(RuntimeSunlightSettings, RuntimeSunlightSettings, Single) |
Lerps between two settings |