ShaderColorUnlockPartCollection

Inherits from ShaderCustomizationUnlockPartCollection

Summary

Constructors

ShaderColorUnlockPartCollection()
ShaderColorUnlockPartCollection(guid: Guid)
ShaderColorUnlockPartCollection(other: ShaderCustomizationUnlockPartCollection)
ShaderColorUnlockPartCollection(other: DataContainer)

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

ColorUnlockPartData[]

Static members

typeInfo

TypeInformation

The type information for the ShaderColorUnlockPartCollection type.

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