SimpleMovementActionBaseData
Inherits from MovementActionData
Summary
Constructors
| SimpleMovementActionBaseData() |
| SimpleMovementActionBaseData(guid: Guid) |
| SimpleMovementActionBaseData(other: MovementActionData) |
| SimpleMovementActionBaseData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| startTimeInfo | SimpleMovementActionTimeData |
| runTimeInfo | SimpleMovementActionTimeData |
Static members
| Name | Type |
|---|---|
| SimpleMovementActionBaseData.typeInfo | TypeInformation |
Constructors
SimpleMovementActionBaseData
SimpleMovementActionBaseData()
Creates a new SimpleMovementActionBaseData frostbite instance.
SimpleMovementActionBaseData
SimpleMovementActionBaseData(guid: Guid)
Creates a new SimpleMovementActionBaseData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SimpleMovementActionBaseData
SimpleMovementActionBaseData(other: MovementActionData)
Casts an instance of type MovementActionData to SimpleMovementActionBaseData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | MovementActionData | The instance to cast to SimpleMovementActionBaseData. |
SimpleMovementActionBaseData
SimpleMovementActionBaseData(other: DataContainer)
Casts an instance of type DataContainer to SimpleMovementActionBaseData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SimpleMovementActionBaseData. |
Properties
startTimeInfo
runTimeInfo
Static members
typeInfo
The type information for the SimpleMovementActionBaseData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)