OutdoorLightData
Summary
Constructors
| OutdoorLightData() |
Properties
| Name | Type |
|---|---|
| sunColor | Vec3 |
| cloudShadowSpeed | Vec2 |
| skyColor | Vec3 |
| groundColor | Vec3 |
| sunRotationY | float |
| sunRotationX | float |
| skyLightAngleFactor | float |
| sunSpecularScale | float |
| skyEnvmapShadowScale | float |
| sunShadowHeightScale | float |
| cloudShadowCoverage | float |
| cloudShadowTexture | TextureAsset | nil |
| translucencyDistortion | float |
| cloudShadowSize | float |
| translucencyAmbient | float |
| cloudShadowExponent | float |
| translucencyScale | float |
| translucencyPower | float |
| enable | bool |
| cloudShadowEnable | bool |
Methods
| Method | Returns |
|---|---|
| Clone() | OutdoorLightData |
Constructors
OutdoorLightData
OutdoorLightData()
Properties
sunColor
cloudShadowSpeed
skyColor
groundColor
sunRotationY
float
sunRotationX
float
skyLightAngleFactor
float
sunSpecularScale
float
skyEnvmapShadowScale
float
sunShadowHeightScale
float
cloudShadowCoverage
float
cloudShadowTexture
TextureAsset | nil
translucencyDistortion
float
cloudShadowSize
float
translucencyAmbient
float
cloudShadowExponent
float
translucencyScale
float
translucencyPower
float
enable
bool
cloudShadowEnable
bool
Methods
Clone
Clone(): OutdoorLightData
Returns
| Type | Description |
|---|---|
| OutdoorLightData |
Last modified October 23, 2020: Removed invalid realm property on client types (d171633f)