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