ShaderTextureUnlockPartCollection

Inherits from ShaderCustomizationUnlockPartCollection

Summary

Constructors

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

Properties

Name Type
defaultTextureReference TextureReference | nil
unlockParts TextureUnlockPartData[]

Static members

Name Type
ShaderTextureUnlockPartCollection.typeInfo TypeInformation

Constructors

ShaderTextureUnlockPartCollection

ShaderTextureUnlockPartCollection()

Creates a new ShaderTextureUnlockPartCollection frostbite instance.

ShaderTextureUnlockPartCollection

ShaderTextureUnlockPartCollection(guid: Guid)

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

Parameters

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

ShaderTextureUnlockPartCollection

ShaderTextureUnlockPartCollection(other: ShaderCustomizationUnlockPartCollection)

Casts an instance of type ShaderCustomizationUnlockPartCollection to ShaderTextureUnlockPartCollection. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ShaderCustomizationUnlockPartCollection The instance to cast to ShaderTextureUnlockPartCollection.

ShaderTextureUnlockPartCollection

ShaderTextureUnlockPartCollection(other: DataContainer)

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

Parameters

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

Properties

defaultTextureReference

TextureReference | nil

unlockParts

TextureUnlockPartData[]

Static members

typeInfo

TypeInformation

The type information for the ShaderTextureUnlockPartCollection type.

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