TargetCameraData
Inherits from CameraData
Summary
Constructors
TargetCameraData() |
TargetCameraData(guid: Guid) |
TargetCameraData(other: CameraData) |
TargetCameraData(other: GameObjectData) |
TargetCameraData(other: GameDataContainer) |
TargetCameraData(other: DataContainer) |
Properties
Name | Type |
---|---|
hud | HudData |
uiParts | UIPartData[] |
Static members
Name | Type |
---|---|
TargetCameraData.typeInfo | TypeInformation |
Constructors
TargetCameraData
TargetCameraData()
Creates a new TargetCameraData frostbite instance.
TargetCameraData
TargetCameraData(guid: Guid)
Creates a new TargetCameraData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
TargetCameraData
TargetCameraData(other: CameraData)
Casts an instance of type CameraData to TargetCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | CameraData | The instance to cast to TargetCameraData. |
TargetCameraData
TargetCameraData(other: GameObjectData)
Casts an instance of type GameObjectData to TargetCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to TargetCameraData. |
TargetCameraData
TargetCameraData(other: GameDataContainer)
Casts an instance of type GameDataContainer to TargetCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to TargetCameraData. |
TargetCameraData
TargetCameraData(other: DataContainer)
Casts an instance of type DataContainer to TargetCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to TargetCameraData. |
Properties
hud
uiParts
Static members
typeInfo
The type information for the TargetCameraData type.