Class MaterialOverrideAsset
Represents a material property override asset.
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[CreateAssetMenu(fileName = "MaterialOverrideAsset", menuName = "Shader/Material Override Asset", order = 1)]
public class MaterialOverrideAsset : ScriptableObject
Remarks
This enables you to override material properties for an authoring GameObject.
Fields
Name | Description |
---|---|
material | The material to apply the overrides to. |
override |
A list of material property overrides. |
Methods
Name | Description |
---|---|
Get |
Gets the material property type from an OverrideData object. |
On |