CharacterLightingData
Summary
Constructors
| CharacterLightingData() |
Properties
| Name | Type |
|---|---|
| bottomLight | Vec3 |
| topLight | Vec3 |
| characterLightingMode | CharacterLightingMode |
| cameraUpRotation | float |
| topLightDirY | float |
| blendFactor | float |
| topLightDirX | float |
| lockToCameraDirection | bool |
| firstPersonEnable | bool |
| characterLightEnable | bool |
Methods
| Method | Returns |
|---|---|
| Clone() | CharacterLightingData |
Constructors
CharacterLightingData
CharacterLightingData()
Properties
bottomLight
topLight
characterLightingMode
cameraUpRotation
float
topLightDirY
float
blendFactor
float
topLightDirX
float
lockToCameraDirection
bool
firstPersonEnable
bool
characterLightEnable
bool
Methods
Clone
Clone(): CharacterLightingData
Returns
| Type | Description |
|---|---|
| CharacterLightingData |
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)