TerrainColorTreeAsset
Inherits from RasterTreeAsset
Summary
Constructors
TerrainColorTreeAsset() |
TerrainColorTreeAsset(guid: Guid) |
TerrainColorTreeAsset(other: RasterTreeAsset) |
TerrainColorTreeAsset(other: DataContainer) |
Static members
Name | Type |
---|---|
TerrainColorTreeAsset.typeInfo | TypeInformation |
Constructors
TerrainColorTreeAsset
TerrainColorTreeAsset()
Creates a new TerrainColorTreeAsset frostbite instance.
TerrainColorTreeAsset
TerrainColorTreeAsset(guid: Guid)
Creates a new TerrainColorTreeAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
TerrainColorTreeAsset
TerrainColorTreeAsset(other: RasterTreeAsset)
Casts an instance of type RasterTreeAsset to TerrainColorTreeAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | RasterTreeAsset | The instance to cast to TerrainColorTreeAsset. |
TerrainColorTreeAsset
TerrainColorTreeAsset(other: DataContainer)
Casts an instance of type DataContainer to TerrainColorTreeAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to TerrainColorTreeAsset. |
Static members
typeInfo
The type information for the TerrainColorTreeAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)