C# Class Minigame_WhackAMole, otterspace

Inheritance: MiniGame
Show file Open project: dimo2/otterspace

Public Properties

Property Type Description
aliensToWin int
columns int
holePrefab GameObject
rows int
timeToAppear float

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CheckHoles ( ) : void
CreateMap ( ) : void
CreateMole ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

aliensToWin public property

public int aliensToWin
return int

columns public property

public int columns
return int

holePrefab public property

public GameObject holePrefab
return GameObject

rows public property

public int rows
return int

timeToAppear public property

public float timeToAppear
return float