CharacterLightingComponentData
Inherits from ComponentData
Summary
Constructors
Properties
Name | Type |
---|---|
bottomLight | Vec3 |
topLight | Vec3 |
characterLightingMode | CharacterLightingMode |
cameraUpRotation | float |
topLightDirY | float |
blendFactor | float |
topLightDirX | float |
lockToCameraDirection | bool |
firstPersonEnable | bool |
characterLightEnable | bool |
Static members
Name | Type |
---|---|
CharacterLightingComponentData.typeInfo | TypeInformation |
Constructors
CharacterLightingComponentData
CharacterLightingComponentData()
Creates a new CharacterLightingComponentData frostbite instance.
CharacterLightingComponentData
CharacterLightingComponentData(guid: Guid)
Creates a new CharacterLightingComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CharacterLightingComponentData
CharacterLightingComponentData(other: ComponentData)
Casts an instance of type ComponentData to CharacterLightingComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to CharacterLightingComponentData. |
CharacterLightingComponentData
CharacterLightingComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to CharacterLightingComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to CharacterLightingComponentData. |
CharacterLightingComponentData
CharacterLightingComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to CharacterLightingComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to CharacterLightingComponentData. |
CharacterLightingComponentData
CharacterLightingComponentData(other: DataContainer)
Casts an instance of type DataContainer to CharacterLightingComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CharacterLightingComponentData. |
Properties
bottomLight
topLight
characterLightingMode
cameraUpRotation
float
topLightDirY
float
blendFactor
float
topLightDirX
float
lockToCameraDirection
bool
firstPersonEnable
bool
characterLightEnable
bool
Static members
typeInfo
The type information for the CharacterLightingComponentData type.