ShaderTextureUnlockPartCollection
Inherits from ShaderCustomizationUnlockPartCollection
Summary
Constructors
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
Static members
typeInfo
The type information for the ShaderTextureUnlockPartCollection type.