AnimatedCameraData
Inherits from CameraData
Summary
Constructors
| AnimatedCameraData() |
| AnimatedCameraData(guid: Guid) |
| AnimatedCameraData(other: CameraData) |
| AnimatedCameraData(other: GameObjectData) |
| AnimatedCameraData(other: GameDataContainer) |
| AnimatedCameraData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| skeleton | SkeletonAsset | nil |
| cameraBone | string |
| fovBone | string |
Static members
| Name | Type |
|---|---|
| AnimatedCameraData.typeInfo | TypeInformation |
Constructors
AnimatedCameraData
AnimatedCameraData()
Creates a new AnimatedCameraData frostbite instance.
AnimatedCameraData
AnimatedCameraData(guid: Guid)
Creates a new AnimatedCameraData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
AnimatedCameraData
AnimatedCameraData(other: CameraData)
Casts an instance of type CameraData to AnimatedCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | CameraData | The instance to cast to AnimatedCameraData. |
AnimatedCameraData
AnimatedCameraData(other: GameObjectData)
Casts an instance of type GameObjectData to AnimatedCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to AnimatedCameraData. |
AnimatedCameraData
AnimatedCameraData(other: GameDataContainer)
Casts an instance of type GameDataContainer to AnimatedCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to AnimatedCameraData. |
AnimatedCameraData
AnimatedCameraData(other: DataContainer)
Casts an instance of type DataContainer to AnimatedCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to AnimatedCameraData. |
Properties
skeleton
SkeletonAsset | nil
cameraBone
string
fovBone
string
Static members
typeInfo
The type information for the AnimatedCameraData type.