MixerPreset

Inherits from DataContainer

Summary

Constructors

MixerPreset()
MixerPreset(guid: Guid)
MixerPreset(other: DataContainer)

Properties

Name Type
nameHash int
groups MixerPresetGroupData[]
nodes MixerPresetNodeData[]

Static members

Name Type
MixerPreset.typeInfo TypeInformation

Constructors

MixerPreset

MixerPreset()

Creates a new MixerPreset frostbite instance.

MixerPreset

MixerPreset(guid: Guid)

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

Parameters

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

MixerPreset

MixerPreset(other: DataContainer)

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

Parameters

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

Properties

nameHash

int

groups

MixerPresetGroupData[]

nodes

MixerPresetNodeData[]

Static members

typeInfo

TypeInformation

The type information for the MixerPreset type.

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