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