SaveLoad Class

MyDungeon

SaveLoad Class

SaveLoad contains the Save and Load methods
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.SavingSaveLoad

Namespace:  MyDungeon.Saving
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class SaveLoad : MonoBehaviour

The SaveLoad type exposes the following members.

Constructors
  NameDescription
Public methodSaveLoad
Initializes a new instance of the SaveLoad class
Top
Methods
  NameDescription
Public methodLoadT
Reads a JSON file containing game save data
Public methodSaveT
Creates or overwrites a JSON file containing game save data
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also