C# Class LondonTower.LondonTowePoleScript

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp

Méthodes publiques

Свойство Type Description
capacity int
gameManager LondonTowerGameManager
id int

Méthodes publiques

Méthode Description
IsFull ( ) : bool

pole cant add any sphere

OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
SetCapacity ( int capacity ) : void

Method Details

IsFull() public méthode

pole cant add any sphere
public IsFull ( ) : bool
Résultat bool

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other UnityEngine.Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other UnityEngine.Collider
Résultat void

SetCapacity() public méthode

public SetCapacity ( int capacity ) : void
capacity int
Résultat void

Property Details

capacity public_oe property

public int capacity
Résultat int

gameManager public_oe property

public LondonTowerGameManager,LondonTower gameManager
Résultat LondonTowerGameManager

id public_oe property

public int id
Résultat int