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