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