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