Tanoda
IUndo.cs
Go to the documentation of this file.
1
using
UnityEngine
;
2
using
System.Collections;
3
4
namespace
GILES
5
{
9
public
interface
IUndo
10
{
20
Hashtable
RecordState
();
21
26
void
ApplyState
(Hashtable values);
27
32
void
OnExitScope
();
33
}
34
}
GILES.IUndo
Definition:
IUndo.cs:10
GILES.IUndo.OnExitScope
void OnExitScope()
GILES.IUndo.ApplyState
void ApplyState(Hashtable values)
GILES.IUndo.RecordState
Hashtable RecordState()
GILES
Definition:
pb_CollectionUtil.cs:4
UnityEngine
Definition:
HSVPicker/UtilityScripts/BoxSlider.cs:7
Source
Assets
GILES
Code
Classes
Undo
IUndo.cs
Generated by
1.9.3