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