UnityEngine.RuntimeUndo.RecordObjects C# (CSharp) Method

RecordObjects() private method

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