C# Class SelectableFamilyTree, squirrel-simulator

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

Méthodes publiques

Свойство Type Description
isCompletedTree bool
isWinter bool
nutCountFamily int
player CharacterStats,
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

isCompletedTree public_oe property

public bool isCompletedTree
Résultat bool

isWinter public_oe property

public bool isWinter
Résultat bool

nutCountFamily public_oe property

public int nutCountFamily
Résultat int

player public_oe property

public CharacterStats, player
Résultat CharacterStats,

target public_oe property

public GUIText target
Résultat GUIText