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