EditorStats
Main class of Editor Statistics.
Properties
GUID that's the project's unique identifier.
List of IRecord(s) used.
Methods
Stores a value temporarily behind the given key. The value is lost when Editor quits.
Returns a value stored temporarily behind the given key. If no value is set or the value is invalid, returns the given default value.
Replaces a value for the given key with the return value of the given callback.
Modifies a value for the given key by invoking the given callback and setting the same value back.
Moves a value from persistent storage to temporary storage (EditorPrefs to SessionState).
Moves a value from temporary storage to persistent storage (SessionState to EditorPrefs).
Returns the name of the given record based on its type.
Returns the name of the given record based on its type.
Returns the key of the given record based on its type.
Returns the key of the given record based on its type.
Saves all serialized records to persistent storage.
Loads all serialized records to temporary storage.
Opens a window used to export all records to a JSON file.
Opens a window used to import records from a JSON file.
Sets all records to null.
Last updated