C# Class Minigame_Button, otterspace

Inheritance: MiniGame
Mostra file Open project: dimo2/otterspace

Public Properties

Property Type Description
LoseButton GameObject
WinButton GameObject

Public Methods

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

Private Methods

Method Description
InstantiateRandomScale ( GameObject source, float minScale, float maxScale ) : GameObject

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

LoseButton public_oe property

public GameObject LoseButton
return GameObject

WinButton public_oe property

public GameObject WinButton
return GameObject