The PlayModeChangesHelper type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
DrawInspectorGUI |
Draws the GUI both for setting whether or not changes should be
persisted (only while playing) and - if there are changes and
they were not stored - a button to store the changes.
| |
InspectorEnabled |
Call this in
OnEnable()
of your custom inspector.
| |
StoreChanges |
Stores changes that were remembered during play.
|
See Also