Struct MaterialOverrideAsset.OverrideData
Represents a data container of material override properties.
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[Serializable]
public struct MaterialOverrideAsset.OverrideData
Fields
| Name | Description |
|---|---|
| displayName | The display name of the material property. |
| instanceOverride | Instance override. |
| materialName | The name of the material. |
| name | The in-shader name of the material property. |
| shaderName | The name of the shader. |
| type | The type of the shader property. |
| value | The override value of the material property. |