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