EnlightenData
Summary
Constructors
| EnlightenData() |
Properties
| Name | Type |
|---|---|
| skyBoxSkyColor | Vec3 |
| skyBoxBackLightColor | Vec3 |
| skyBoxGroundColor | Vec3 |
| terrainColor | Vec3 |
| skyBoxSunLightColor | Vec3 |
| bounceScale | float |
| cullDistance | float |
| sunScale | float |
| skyBoxBackLightRotationY | float |
| skyBoxSunLightColorSize | float |
| skyBoxBackLightColorSize | float |
| skyBoxBackLightRotationX | float |
| skyBoxEnable | bool |
| enable | bool |
Methods
| Method | Returns |
|---|---|
| Clone() | EnlightenData |
Constructors
EnlightenData
EnlightenData()
Properties
skyBoxSkyColor
skyBoxBackLightColor
skyBoxGroundColor
terrainColor
skyBoxSunLightColor
bounceScale
float
cullDistance
float
sunScale
float
skyBoxBackLightRotationY
float
skyBoxSunLightColorSize
float
skyBoxBackLightColorSize
float
skyBoxBackLightRotationX
float
skyBoxEnable
bool
enable
bool
Methods
Clone
Clone(): EnlightenData
Returns
| Type | Description |
|---|---|
| EnlightenData |
Last modified October 23, 2020: Removed invalid realm property on client types (d171633f)