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