nameID | 属性名称 ID,使用 Shader.PropertyToID 获取。 |
name | 属性名称,例如“_SrcBlend”。 |
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.
See Also: Material.IsPropertyOverriden, Material.ApplyPropertyOverride.