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