C# Class SelectableMound, squirrel-simulator

Inheritance: Selectable
Afficher le fichier Open project: ZackAdams/squirrel-simulator

Méthodes publiques

Свойство Type Description
nutCountHole int
player GameObject
target GUIText

Méthodes publiques

Méthode Description
OnDeselect ( ) : void
OnGUI ( ) : void
OnSelect ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDeselect() public méthode

public OnDeselect ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnSelect() public méthode

public OnSelect ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

nutCountHole public_oe property

public int nutCountHole
Résultat int

player public_oe property

public GameObject player
Résultat GameObject

target public_oe property

public GUIText target
Résultat GUIText