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