C# Class ProjectStorms.BaseSpawner

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: patferguson/Storms-Project

Méthodes publiques

Свойство Type Description
piratesBase UnityEngine.GameObject
tinkerersBase UnityEngine.GameObject
vikingsBase UnityEngine.GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
SpawnBase ( Faction a_faction ) : GameObject

Private Methods

Méthode Description
SetupBaseForFFA ( GameObject a_base ) : void
SetupBaseForTeams ( GameObject a_base ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

SpawnBase() public méthode

public SpawnBase ( Faction a_faction ) : GameObject
a_faction Faction
Résultat UnityEngine.GameObject

Property Details

piratesBase public_oe property

public GameObject,UnityEngine piratesBase
Résultat UnityEngine.GameObject

tinkerersBase public_oe property

public GameObject,UnityEngine tinkerersBase
Résultat UnityEngine.GameObject

vikingsBase public_oe property

public GameObject,UnityEngine vikingsBase
Résultat UnityEngine.GameObject