RenderVolumeEntityData

Inherits from SpatialEntityData

Summary

Constructors

RenderVolumeEntityData()
RenderVolumeEntityData(guid: Guid)
RenderVolumeEntityData(other: SpatialEntityData)
RenderVolumeEntityData(other: EntityData)
RenderVolumeEntityData(other: GameObjectData)
RenderVolumeEntityData(other: GameDataContainer)
RenderVolumeEntityData(other: DataContainer)

Properties

Name Type
userMasks Vec4
shader SurfaceShaderInstanceDataStruct
transformType RenderVolumeTransformType
enabled bool

Static members

Name Type
RenderVolumeEntityData.typeInfo TypeInformation

Constructors

RenderVolumeEntityData

RenderVolumeEntityData()

Creates a new RenderVolumeEntityData frostbite instance.

RenderVolumeEntityData

RenderVolumeEntityData(guid: Guid)

Creates a new RenderVolumeEntityData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

RenderVolumeEntityData

RenderVolumeEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to RenderVolumeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to RenderVolumeEntityData.

RenderVolumeEntityData

RenderVolumeEntityData(other: EntityData)

Casts an instance of type EntityData to RenderVolumeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to RenderVolumeEntityData.

RenderVolumeEntityData

RenderVolumeEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to RenderVolumeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to RenderVolumeEntityData.

RenderVolumeEntityData

RenderVolumeEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to RenderVolumeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to RenderVolumeEntityData.

RenderVolumeEntityData

RenderVolumeEntityData(other: DataContainer)

Casts an instance of type DataContainer to RenderVolumeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to RenderVolumeEntityData.

Properties

userMasks

Vec4

shader

SurfaceShaderInstanceDataStruct

transformType

RenderVolumeTransformType

enabled

bool

Static members

typeInfo

TypeInformation

The type information for the RenderVolumeEntityData type.

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