C# Class SelectableMound, squirrel-simulator

Inheritance: Selectable
Exibir arquivo Open project: ZackAdams/squirrel-simulator

Public Properties

Property Type Description
nutCountHole int
player GameObject
target GUIText

Public Methods

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

Method Details

OnDeselect() public method

public OnDeselect ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnSelect() public method

public OnSelect ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

nutCountHole public_oe property

public int nutCountHole
return int

player public_oe property

public GameObject player
return GameObject

target public_oe property

public GUIText target
return GUIText