TerrainFillDecalData

Inherits from VisualVectorShapeData

Summary

Constructors

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

Properties

Name Type
shader2d SurfaceShaderBaseAsset | nil
shader3dZOnly SurfaceShaderBaseAsset | nil

Static members

Name Type
TerrainFillDecalData.typeInfo TypeInformation

Constructors

TerrainFillDecalData

TerrainFillDecalData()

Creates a new TerrainFillDecalData frostbite instance.

TerrainFillDecalData

TerrainFillDecalData(guid: Guid)

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

Parameters

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

TerrainFillDecalData

TerrainFillDecalData(other: VisualVectorShapeData)

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

Parameters

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

TerrainFillDecalData

TerrainFillDecalData(other: VectorShapeData)

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

Parameters

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

TerrainFillDecalData

TerrainFillDecalData(other: BaseShapeData)

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

Parameters

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

TerrainFillDecalData

TerrainFillDecalData(other: GameObjectData)

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

Parameters

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

TerrainFillDecalData

TerrainFillDecalData(other: GameDataContainer)

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

Parameters

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

TerrainFillDecalData

TerrainFillDecalData(other: DataContainer)

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

Parameters

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

Properties

shader2d

SurfaceShaderBaseAsset | nil

shader3dZOnly

SurfaceShaderBaseAsset | nil

Static members

typeInfo

TypeInformation

The type information for the TerrainFillDecalData type.

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