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