C# Class LondonTower.LondonTowePoleScript

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
capacity int
gameManager LondonTowerGameManager
id int

Public Methods

Method Description
IsFull ( ) : bool

pole cant add any sphere

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

Method Details

IsFull() public method

pole cant add any sphere
public IsFull ( ) : bool
return bool

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other UnityEngine.Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other UnityEngine.Collider
return void

SetCapacity() public method

public SetCapacity ( int capacity ) : void
capacity int
return void

Property Details

capacity public_oe property

public int capacity
return int

gameManager public_oe property

public LondonTowerGameManager,LondonTower gameManager
return LondonTowerGameManager

id public_oe property

public int id
return int