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