SaveMenu Class

MyDungeon

SaveMenu Class

SaveMenu is the class that handles the menu that allows the player to save their game
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.UI.MenuSaveMenu

Namespace:  MyDungeon.UI.Menu
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class SaveMenu : MonoBehaviour

The SaveMenu type exposes the following members.

Constructors
  NameDescription
Public methodSaveMenu
Initializes a new instance of the SaveMenu class
Top
Methods
  NameDescription
Public methodSaveGame
Calls the Save method of a sibling SaveLoad component
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also