DecalVolumeEntityData

Inherits from RenderVolumeEntityData

Summary

Constructors

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

Static members

Name Type
DecalVolumeEntityData.typeInfo TypeInformation

Constructors

DecalVolumeEntityData

DecalVolumeEntityData()

Creates a new DecalVolumeEntityData frostbite instance.

DecalVolumeEntityData

DecalVolumeEntityData(guid: Guid)

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

Parameters

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

DecalVolumeEntityData

DecalVolumeEntityData(other: RenderVolumeEntityData)

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

Parameters

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

DecalVolumeEntityData

DecalVolumeEntityData(other: SpatialEntityData)

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

Parameters

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

DecalVolumeEntityData

DecalVolumeEntityData(other: EntityData)

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

Parameters

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

DecalVolumeEntityData

DecalVolumeEntityData(other: GameObjectData)

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

Parameters

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

DecalVolumeEntityData

DecalVolumeEntityData(other: GameDataContainer)

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

Parameters

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

DecalVolumeEntityData

DecalVolumeEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the DecalVolumeEntityData type.

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