DestructionMaskVolumeEntityData

Inherits from GameEntityData

Summary

Constructors

DestructionMaskVolumeEntityData()
DestructionMaskVolumeEntityData(guid: Guid)
DestructionMaskVolumeEntityData(other: GameEntityData)
DestructionMaskVolumeEntityData(other: SpatialEntityData)
DestructionMaskVolumeEntityData(other: EntityData)
DestructionMaskVolumeEntityData(other: GameObjectData)
DestructionMaskVolumeEntityData(other: GameDataContainer)
DestructionMaskVolumeEntityData(other: DataContainer)

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

Vec4

shaderUserMasks

Vec4

dustAccumulationLifeTime

float

shader

SurfaceShaderInstanceDataStruct

radius

float

Static members

typeInfo

TypeInformation

The type information for the DestructionMaskVolumeEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)