CameraEntityData

Inherits from CameraEntityBaseData

Summary

Constructors

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

Properties

Name Type
fov float

Static members

Name Type
CameraEntityData.typeInfo TypeInformation

Constructors

CameraEntityData

CameraEntityData()

Creates a new CameraEntityData frostbite instance.

CameraEntityData

CameraEntityData(guid: Guid)

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

Parameters

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

CameraEntityData

CameraEntityData(other: CameraEntityBaseData)

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

Parameters

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

CameraEntityData

CameraEntityData(other: SpatialEntityData)

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

Parameters

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

CameraEntityData

CameraEntityData(other: EntityData)

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

Parameters

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

CameraEntityData

CameraEntityData(other: GameObjectData)

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

Parameters

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

CameraEntityData

CameraEntityData(other: GameDataContainer)

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

Parameters

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

CameraEntityData

CameraEntityData(other: DataContainer)

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

Parameters

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

Properties

fov

float

Static members

typeInfo

TypeInformation

The type information for the CameraEntityData type.

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