Method | Description | |
---|---|---|
AddIgnoreKey ( string key ) : bool | ||
HasIgnoreKey ( string key ) : bool | ||
Load ( string path = null ) : void | ||
OnAfterDeserialize ( ) : void | ||
OnBeforeSerialize ( ) : void | ||
RemoveIgnoreKey ( string key ) : bool | ||
Save ( string path = null ) : void |
Method | Description | |
---|---|---|
OnDestroy ( ) : void |
public static AddIgnoreKey ( string key ) : bool | ||
key | string | |
return | bool |
public static HasIgnoreKey ( string key ) : bool | ||
key | string | |
return | bool |
public static Load ( string path = null ) : void | ||
path | string | |
return | void |
public static RemoveIgnoreKey ( string key ) : bool | ||
key | string | |
return | bool |
public static Save ( string path = null ) : void | ||
path | string | |
return | void |