UnityEditor.MaterialEditor.RegisterPropertyChangeUndo C# (CSharp) Method

RegisterPropertyChangeUndo() public method

public RegisterPropertyChangeUndo ( string label ) : void
label string
return void
        public void RegisterPropertyChangeUndo(string label)
        {
            Undo.RecordObjects(base.targets, "Modify " + label + " of " + this.targetTitle);
        }
MaterialEditor