MixerSystemAsset

Inherits from Asset

Summary

Constructors

MixerSystemAsset()
MixerSystemAsset(guid: Guid)
MixerSystemAsset(other: Asset)
MixerSystemAsset(other: DataContainer)

Properties

Name Type
groups MixGroup[]

Static members

Name Type
MixerSystemAsset.typeInfo TypeInformation

Constructors

MixerSystemAsset

MixerSystemAsset()

Creates a new MixerSystemAsset frostbite instance.

MixerSystemAsset

MixerSystemAsset(guid: Guid)

Creates a new MixerSystemAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

MixerSystemAsset

MixerSystemAsset(other: Asset)

Casts an instance of type Asset to MixerSystemAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to MixerSystemAsset.

MixerSystemAsset

MixerSystemAsset(other: DataContainer)

Casts an instance of type DataContainer to MixerSystemAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to MixerSystemAsset.

Properties

groups

MixGroup[]

Static members

typeInfo

TypeInformation

The type information for the MixerSystemAsset type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)