TerrainData

Inherits from Asset

Summary

Constructors

TerrainData()
TerrainData(guid: Guid)
TerrainData(other: Asset)
TerrainData(other: DataContainer)

Static members

Name Type
TerrainData.typeInfo TypeInformation

Constructors

TerrainData

TerrainData()

Creates a new TerrainData frostbite instance.

TerrainData

TerrainData(guid: Guid)

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

Parameters

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

TerrainData

TerrainData(other: Asset)

Casts an instance of type Asset to TerrainData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to TerrainData.

TerrainData

TerrainData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the TerrainData type.

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