Interface ISaveIsEasyEvents
Use this interface to subscribe to asset events
Namespace: SaveIsEasy
Assembly: SaveIsEasyDLL.dll
Syntax
public interface ISaveIsEasyEvents
Methods
OnLoad()
The event is sent to an script when the GameObject have been completely loaded.
Declaration
void OnLoad()
OnSave()
The event is sent to an script when the GameObject has start to be saved.
Declaration
void OnSave()