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