C# Class EndStatsView

Inheritance: MonoBehaviour
ファイルを表示 Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Public Methods

Method Description
setTaskList ( List taskList ) : void
setTotalPoints ( int points ) : void
setTotalUsage ( float usage ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

setTaskList() public method

public setTaskList ( List taskList ) : void
taskList List
return void

setTotalPoints() public method

public setTotalPoints ( int points ) : void
points int
return void

setTotalUsage() public method

public setTotalUsage ( float usage ) : void
usage float
return void