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