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