Class MaterialSwitchProperty
A non-generic base class for overriding material property in MaterialSwitchClip
Namespace: Unity.MaterialSwitch
Syntax
[Serializable]
public abstract class MaterialSwitchProperty
Methods
GetPropertyName()
The name of the property
Declaration
public string GetPropertyName()
Returns
Type | Description |
---|---|
String | The property name |
IsOverridden()
Check if the property is overridden
Declaration
public bool IsOverridden()
Returns
Type | Description |
---|---|
Boolean | true if overridden, false otherwise. |