TerrainQuadDecalData

Inherits from VisualVectorShapeData

Summary

Constructors

TerrainQuadDecalData()
TerrainQuadDecalData(guid: Guid)
TerrainQuadDecalData(other: VisualVectorShapeData)
TerrainQuadDecalData(other: VectorShapeData)
TerrainQuadDecalData(other: BaseShapeData)
TerrainQuadDecalData(other: GameObjectData)
TerrainQuadDecalData(other: GameDataContainer)
TerrainQuadDecalData(other: DataContainer)

Properties

Name Type
userMasks Vec4
shader3dZOnly SurfaceShaderBaseAsset | nil
shader2d SurfaceShaderBaseAsset | nil
atlasTileTemplate TerrainQuadDecalAtlasTileTemplateData | nil
atlasTile TerrainQuadDecalAtlasTile

Static members

Name Type
TerrainQuadDecalData.typeInfo TypeInformation

Constructors

TerrainQuadDecalData

TerrainQuadDecalData()

Creates a new TerrainQuadDecalData frostbite instance.

TerrainQuadDecalData

TerrainQuadDecalData(guid: Guid)

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

Parameters

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

TerrainQuadDecalData

TerrainQuadDecalData(other: VisualVectorShapeData)

Casts an instance of type VisualVectorShapeData to TerrainQuadDecalData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VisualVectorShapeData The instance to cast to TerrainQuadDecalData.

TerrainQuadDecalData

TerrainQuadDecalData(other: VectorShapeData)

Casts an instance of type VectorShapeData to TerrainQuadDecalData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VectorShapeData The instance to cast to TerrainQuadDecalData.

TerrainQuadDecalData

TerrainQuadDecalData(other: BaseShapeData)

Casts an instance of type BaseShapeData to TerrainQuadDecalData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other BaseShapeData The instance to cast to TerrainQuadDecalData.

TerrainQuadDecalData

TerrainQuadDecalData(other: GameObjectData)

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

Parameters

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

TerrainQuadDecalData

TerrainQuadDecalData(other: GameDataContainer)

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

Parameters

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

TerrainQuadDecalData

TerrainQuadDecalData(other: DataContainer)

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

Parameters

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

Properties

userMasks

Vec4

shader3dZOnly

SurfaceShaderBaseAsset | nil

shader2d

SurfaceShaderBaseAsset | nil

atlasTileTemplate

TerrainQuadDecalAtlasTileTemplateData | nil

atlasTile

TerrainQuadDecalAtlasTile

Static members

typeInfo

TypeInformation

The type information for the TerrainQuadDecalData type.

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