C# Class ProjectStorms.PlayerSpawner

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: patferguson/Storms-Project

Public Properties

Property Type Description
piratesPlayer UnityEngine.GameObject
tinkerersPlayer UnityEngine.GameObject
vikingsPlayer UnityEngine.GameObject

Public Methods

Method Description
Awake ( ) : void
SpawnPlayer ( Faction a_faction ) : GameObject

Method Details

Awake() public method

public Awake ( ) : void
return void

SpawnPlayer() public method

public SpawnPlayer ( Faction a_faction ) : GameObject
a_faction Faction
return UnityEngine.GameObject

Property Details

piratesPlayer public property

public GameObject,UnityEngine piratesPlayer
return UnityEngine.GameObject

tinkerersPlayer public property

public GameObject,UnityEngine tinkerersPlayer
return UnityEngine.GameObject

vikingsPlayer public property

public GameObject,UnityEngine vikingsPlayer
return UnityEngine.GameObject