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