SaverCapability Type
Represents something with the capability to save or load objects.
Instance members
Instance member | Description |
Full Usage:
this.Attach
Parameters:
string
-
Name to save this object as.
target : ICustomSaveData<'a>
-
Serializable object
Modifiers: abstract Type parameters: 'a |
You should provide a unique name for each attachment. The object's ICustomSaveData.Save and ICustomSaveData.Load functions will be called when the game saves or loads.
|