C# Class EndStatsView

Inheritance: MonoBehaviour
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Méthodes publiques

Méthode Description
setTaskList ( List taskList ) : void
setTotalPoints ( int points ) : void
setTotalUsage ( float usage ) : void

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

setTaskList() public méthode

public setTaskList ( List taskList ) : void
taskList List
Résultat void

setTotalPoints() public méthode

public setTotalPoints ( int points ) : void
points int
Résultat void

setTotalUsage() public méthode

public setTotalUsage ( float usage ) : void
usage float
Résultat void