Material.RevertPropertyOverride

Switch to Manual

Declaration

public void RevertPropertyOverride(string name);

Declaration

public void RevertPropertyOverride(int nameID);

Parameters

nameID Property name ID, use Shader.PropertyToID to get it.
name Property name, e.g. "_SrcBlend".

Description

Removes the override on a property.

After the Editor reverts a Property override, it no longer marks that Property as overriden. That Property now inherits its value from the parent. Note that this method is Editor-only.

Additional resources: Material.IsPropertyOverriden, Material.ApplyPropertyOverride.


Did you find this page useful? Please give it a rating: