CharacterCameraComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
cameras TargetCameraData[]
cameraBoneName string

Static members

Name Type
CharacterCameraComponentData.typeInfo TypeInformation

Constructors

CharacterCameraComponentData

CharacterCameraComponentData()

Creates a new CharacterCameraComponentData frostbite instance.

CharacterCameraComponentData

CharacterCameraComponentData(guid: Guid)

Creates a new CharacterCameraComponentData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

CharacterCameraComponentData

CharacterCameraComponentData(other: ComponentData)

Casts an instance of type ComponentData to CharacterCameraComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to CharacterCameraComponentData.

CharacterCameraComponentData

CharacterCameraComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to CharacterCameraComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to CharacterCameraComponentData.

CharacterCameraComponentData

CharacterCameraComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to CharacterCameraComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to CharacterCameraComponentData.

CharacterCameraComponentData

CharacterCameraComponentData(other: DataContainer)

Casts an instance of type DataContainer to CharacterCameraComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to CharacterCameraComponentData.

Properties

cameras

TargetCameraData[]

cameraBoneName

string

Static members

typeInfo

TypeInformation

The type information for the CharacterCameraComponentData type.

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