CharacterLightingComponentData

Inherits from ComponentData

Summary

Constructors

CharacterLightingComponentData()
CharacterLightingComponentData(guid: Guid)
CharacterLightingComponentData(other: ComponentData)
CharacterLightingComponentData(other: GameObjectData)
CharacterLightingComponentData(other: GameDataContainer)
CharacterLightingComponentData(other: DataContainer)

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

Vec3

topLight

Vec3

characterLightingMode

CharacterLightingMode

cameraUpRotation

float

topLightDirY

float

blendFactor

float

topLightDirX

float

lockToCameraDirection

bool

firstPersonEnable

bool

characterLightEnable

bool

Static members

typeInfo

TypeInformation

The type information for the CharacterLightingComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)