CameraActionData
Inherits from SimpleMovementActionBaseData
Summary
Constructors
CameraActionData() |
CameraActionData(guid: Guid) |
CameraActionData(other: SimpleMovementActionBaseData) |
CameraActionData(other: MovementActionData) |
CameraActionData(other: DataContainer) |
Properties
Name | Type |
---|---|
actionMode | CameraMovementActionMode |
Static members
Name | Type |
---|---|
CameraActionData.typeInfo | TypeInformation |
Constructors
CameraActionData
CameraActionData()
Creates a new CameraActionData frostbite instance.
CameraActionData
CameraActionData(guid: Guid)
Creates a new CameraActionData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CameraActionData
CameraActionData(other: SimpleMovementActionBaseData)
Casts an instance of type SimpleMovementActionBaseData to CameraActionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SimpleMovementActionBaseData | The instance to cast to CameraActionData. |
CameraActionData
CameraActionData(other: MovementActionData)
Casts an instance of type MovementActionData to CameraActionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MovementActionData | The instance to cast to CameraActionData. |
CameraActionData
CameraActionData(other: DataContainer)
Casts an instance of type DataContainer to CameraActionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CameraActionData. |
Properties
actionMode
Static members
typeInfo
The type information for the CameraActionData type.