C# Class HudDisplay, squirrel-simulator

Inheritance: MonoBehaviour
Afficher le fichier Open project: ZackAdams/squirrel-simulator Class Usage Examples

Méthodes publiques

Свойство Type Description
alertMessage GUIText
currentTime float
displayTimer GUIText
fallTimelimit float
familyTree SelectableFamilyTree,
hunger GUIText
isWinter bool
moundController MoundController,
nutController NutController,
nutsCollected GUIText
player CharacterStats,
showStats bool
terrain Terrain
winterMaterial Material
winterTimelimit float

Private Methods

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
endGame ( string _message ) : void
nutSetText ( int nuts ) : void
resetTimer ( ) : void
setTimerText ( float time ) : void
switchToWinter ( ) : void

Property Details

alertMessage public_oe property

public GUIText alertMessage
Résultat GUIText

currentTime public_oe property

public float currentTime
Résultat float

displayTimer public_oe property

public GUIText displayTimer
Résultat GUIText

fallTimelimit public_oe property

public float fallTimelimit
Résultat float

familyTree public_oe property

public SelectableFamilyTree, familyTree
Résultat SelectableFamilyTree,

hunger public_oe property

public GUIText hunger
Résultat GUIText

isWinter public_oe static_oe property

public static bool isWinter
Résultat bool

moundController public_oe property

public MoundController, moundController
Résultat MoundController,

nutController public_oe property

public NutController, nutController
Résultat NutController,

nutsCollected public_oe property

public GUIText nutsCollected
Résultat GUIText

player public_oe property

public CharacterStats, player
Résultat CharacterStats,

showStats public_oe property

public bool showStats
Résultat bool

terrain public_oe property

public Terrain terrain
Résultat Terrain

winterMaterial public_oe property

public Material winterMaterial
Résultat Material

winterTimelimit public_oe property

public float winterTimelimit
Résultat float