ShaderColorUnlockPartCollection
Inherits from ShaderCustomizationUnlockPartCollection
Summary
Constructors
Properties
Name | Type |
---|---|
defaultColorReference | ColorReference | nil |
unlockParts | ColorUnlockPartData[] |
Static members
Name | Type |
---|---|
ShaderColorUnlockPartCollection.typeInfo | TypeInformation |
Constructors
ShaderColorUnlockPartCollection
ShaderColorUnlockPartCollection()
Creates a new ShaderColorUnlockPartCollection frostbite instance.
ShaderColorUnlockPartCollection
ShaderColorUnlockPartCollection(guid: Guid)
Creates a new ShaderColorUnlockPartCollection frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ShaderColorUnlockPartCollection
ShaderColorUnlockPartCollection(other: ShaderCustomizationUnlockPartCollection)
Casts an instance of type ShaderCustomizationUnlockPartCollection to ShaderColorUnlockPartCollection. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ShaderCustomizationUnlockPartCollection | The instance to cast to ShaderColorUnlockPartCollection. |
ShaderColorUnlockPartCollection
ShaderColorUnlockPartCollection(other: DataContainer)
Casts an instance of type DataContainer to ShaderColorUnlockPartCollection. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ShaderColorUnlockPartCollection. |
Properties
defaultColorReference
ColorReference | nil
unlockParts
Static members
typeInfo
The type information for the ShaderColorUnlockPartCollection type.