C# Class FullInspector.fiSaveManager

A few APIs to forcibly call SaveState and RestoreState on every type that implements ISerializedObject.
Mostra file Open project: jacobdufault/fullinspector

Public Methods

Method Description
SaveAll ( Type serializedObjectType ) : void

Private Methods

Method Description
RemoveAllSerializedData ( ) : void
RemoveMetadata ( ) : void
RestoreAll ( ) : void
SaveAll ( ) : void

Method Details

SaveAll() public static method

public static SaveAll ( Type serializedObjectType ) : void
serializedObjectType System.Type
return void