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