C# Class ProjectStorms.BaseSpawner

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: patferguson/Storms-Project

Public Properties

Property Type Description
piratesBase UnityEngine.GameObject
tinkerersBase UnityEngine.GameObject
vikingsBase UnityEngine.GameObject

Public Methods

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

Private Methods

Method Description
SetupBaseForFFA ( GameObject a_base ) : void
SetupBaseForTeams ( GameObject a_base ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

SpawnBase() public method

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

Property Details

piratesBase public_oe property

public GameObject,UnityEngine piratesBase
return UnityEngine.GameObject

tinkerersBase public_oe property

public GameObject,UnityEngine tinkerersBase
return UnityEngine.GameObject

vikingsBase public_oe property

public GameObject,UnityEngine vikingsBase
return UnityEngine.GameObject