TargetCameraEntityData

Inherits from CameraEntityBaseData

Summary

Constructors

TargetCameraEntityData()
TargetCameraEntityData(guid: Guid)
TargetCameraEntityData(other: CameraEntityBaseData)
TargetCameraEntityData(other: SpatialEntityData)
TargetCameraEntityData(other: EntityData)
TargetCameraEntityData(other: GameObjectData)
TargetCameraEntityData(other: GameDataContainer)
TargetCameraEntityData(other: DataContainer)

Properties

Name Type
camera TargetCameraData | nil

Static members

Name Type
TargetCameraEntityData.typeInfo TypeInformation

Constructors

TargetCameraEntityData

TargetCameraEntityData()

Creates a new TargetCameraEntityData frostbite instance.

TargetCameraEntityData

TargetCameraEntityData(guid: Guid)

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

Parameters

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

TargetCameraEntityData

TargetCameraEntityData(other: CameraEntityBaseData)

Casts an instance of type CameraEntityBaseData to TargetCameraEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other CameraEntityBaseData The instance to cast to TargetCameraEntityData.

TargetCameraEntityData

TargetCameraEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to TargetCameraEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to TargetCameraEntityData.

TargetCameraEntityData

TargetCameraEntityData(other: EntityData)

Casts an instance of type EntityData to TargetCameraEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to TargetCameraEntityData.

TargetCameraEntityData

TargetCameraEntityData(other: GameObjectData)

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

Parameters

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

TargetCameraEntityData

TargetCameraEntityData(other: GameDataContainer)

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

Parameters

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

TargetCameraEntityData

TargetCameraEntityData(other: DataContainer)

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

Parameters

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

Properties

camera

TargetCameraData | nil

Static members

typeInfo

TypeInformation

The type information for the TargetCameraEntityData type.

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