C# Class LondonTower.LondonTowePoleScript

Inheritance: UnityEngine.MonoBehaviour
Show file 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 property

public int capacity
return int

gameManager public property

public LondonTowerGameManager,LondonTower gameManager
return LondonTowerGameManager

id public property

public int id
return int