C# Class Minigame_WhackAMole_Mole, otterspace

Inheritance: MonoBehaviour
Mostra file Open project: dimo2/otterspace Class Usage Examples

Public Properties

Property Type Description
hole Minigame_WhackAMole_Hole,

Public Methods

Method Description
Init ( ) : void
OnMouseDown ( ) : void
Update ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

hole public_oe property

public Minigame_WhackAMole_Hole, hole
return Minigame_WhackAMole_Hole,