C# Class Minigame_WhackAMole, otterspace

Inheritance: MiniGame
Datei anzeigen 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_oe property

public int aliensToWin
return int

columns public_oe property

public int columns
return int

holePrefab public_oe property

public GameObject holePrefab
return GameObject

rows public_oe property

public int rows
return int

timeToAppear public_oe property

public float timeToAppear
return float