UnityEditor.MaterialEditor.RegisterPropertyChangeUndo C# (CSharp) 메소드

RegisterPropertyChangeUndo() 공개 메소드

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