AnimationEnumerationEntityData
Inherits from EntityData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| realm | Realm |
| antEnum | AntEnumeration | nil |
Static members
| Name | Type |
|---|---|
| AnimationEnumerationEntityData.typeInfo | TypeInformation |
Constructors
AnimationEnumerationEntityData
AnimationEnumerationEntityData()
Creates a new AnimationEnumerationEntityData frostbite instance.
AnimationEnumerationEntityData
AnimationEnumerationEntityData(guid: Guid)
Creates a new AnimationEnumerationEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
AnimationEnumerationEntityData
AnimationEnumerationEntityData(other: EntityData)
Casts an instance of type EntityData to AnimationEnumerationEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to AnimationEnumerationEntityData. |
AnimationEnumerationEntityData
AnimationEnumerationEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to AnimationEnumerationEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to AnimationEnumerationEntityData. |
AnimationEnumerationEntityData
AnimationEnumerationEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to AnimationEnumerationEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to AnimationEnumerationEntityData. |
AnimationEnumerationEntityData
AnimationEnumerationEntityData(other: DataContainer)
Casts an instance of type DataContainer to AnimationEnumerationEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to AnimationEnumerationEntityData. |
Properties
realm
antEnum
AntEnumeration | nil
Static members
typeInfo
The type information for the AnimationEnumerationEntityData type.