UnityEngine.RuntimeUndo.RecordObjects C# (CSharp) 메소드

RecordObjects() 개인적인 메소드

private RecordObjects ( UnityEngine objectsToUndo, string name ) : void
objectsToUndo UnityEngine
name string
리턴 void
        public static extern void RecordObjects(UnityEngine.Object[] objectsToUndo, string name);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]