AGS.Editor.NativeProxy.CreateUndoBuffer C# (CSharp) Method

CreateUndoBuffer() public method

public CreateUndoBuffer ( Room room, RoomAreaMaskType mask ) : void
room AGS.Types.Room
mask RoomAreaMaskType
return void
        public void CreateUndoBuffer(Room room, RoomAreaMaskType mask)
        {
            _native.CreateUndoBuffer(room, mask);
        }