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