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