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