InitGame Class

MyDungeon

InitGame Class

Initializes the dungeon scenes
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.InitializationInitGame

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

The InitGame type exposes the following members.

Constructors
  NameDescription
Public methodInitGame
Initializes a new instance of the InitGame class
Top
Methods
  NameDescription
Protected methodEnableDungeonPlayer
Enable the DungeonPlayer
Protected methodGenerateBoard
Start dungeon generation
Protected methodStart
Initialize dungeon and PlayerDungeon
Top
Fields
  NameDescription
Public fieldLevelStartDelay
Time to wait before enabling player
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also