PlayerSpawner Class

MyDungeon

PlayerSpawner Class

PlayerSpawner spawns a PlayerOverworld at the position of the PlayerSpawner
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.InitializationPlayerSpawner

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

The PlayerSpawner type exposes the following members.

Constructors
  NameDescription
Public methodPlayerSpawner
Initializes a new instance of the PlayerSpawner class
Top
Methods
  NameDescription
Protected methodStart
Instantiates PlayerOverworld at the location of the PlayerSpawner
Top
Fields
  NameDescription
Public fieldPlayerOverworld
PlayerOverworld prefab
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also