TerrainMaterialTreeAsset

Inherits from RasterTreeAsset

Summary

Constructors

TerrainMaterialTreeAsset()
TerrainMaterialTreeAsset(guid: Guid)
TerrainMaterialTreeAsset(other: RasterTreeAsset)
TerrainMaterialTreeAsset(other: DataContainer)

Static members

Name Type
TerrainMaterialTreeAsset.typeInfo TypeInformation

Constructors

TerrainMaterialTreeAsset

TerrainMaterialTreeAsset()

Creates a new TerrainMaterialTreeAsset frostbite instance.

TerrainMaterialTreeAsset

TerrainMaterialTreeAsset(guid: Guid)

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

Parameters

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

TerrainMaterialTreeAsset

TerrainMaterialTreeAsset(other: RasterTreeAsset)

Casts an instance of type RasterTreeAsset to TerrainMaterialTreeAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other RasterTreeAsset The instance to cast to TerrainMaterialTreeAsset.

TerrainMaterialTreeAsset

TerrainMaterialTreeAsset(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the TerrainMaterialTreeAsset type.

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