LookAtCameraEntityData

Inherits from CameraEntityData

Summary

Constructors

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

Static members

Name Type
LookAtCameraEntityData.typeInfo TypeInformation

Constructors

LookAtCameraEntityData

LookAtCameraEntityData()

Creates a new LookAtCameraEntityData frostbite instance.

LookAtCameraEntityData

LookAtCameraEntityData(guid: Guid)

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

Parameters

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

LookAtCameraEntityData

LookAtCameraEntityData(other: CameraEntityData)

Casts an instance of type CameraEntityData to LookAtCameraEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other CameraEntityData The instance to cast to LookAtCameraEntityData.

LookAtCameraEntityData

LookAtCameraEntityData(other: CameraEntityBaseData)

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

Parameters

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

LookAtCameraEntityData

LookAtCameraEntityData(other: SpatialEntityData)

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

Parameters

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

LookAtCameraEntityData

LookAtCameraEntityData(other: EntityData)

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

Parameters

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

LookAtCameraEntityData

LookAtCameraEntityData(other: GameObjectData)

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

Parameters

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

LookAtCameraEntityData

LookAtCameraEntityData(other: GameDataContainer)

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

Parameters

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

LookAtCameraEntityData

LookAtCameraEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the LookAtCameraEntityData type.

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