Property | Type | Description | |
---|---|---|---|
_HUDstats | GameObject | ||
_actualBuildingSelected | GameObject | ||
_actualNumberDays | float | ||
_changeDaysNumber | bool | ||
_constructionButton | GameObject | ||
_numberDays | int | ||
_slidderNextPart | GameObject | ||
_sliderTime | GameObject | ||
_textDays | GameObject |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void | ||
adjustDays ( int _newDays ) : void | ||
bottomLeftPartOfTheMap ( bool _openZone3 ) : void | ||
bottomRightPartOfTheMap ( bool _openZone4 ) : void | ||
canvasGroupChange ( ) : void | ||
confirmRover ( bool _RoverSent ) : void | ||
openRoverMap ( bool _openMap ) : void | ||
topLeftPartOfTheMap ( bool _openZone1 ) : void | ||
topRightPartOfTheMap ( bool _openZone2 ) : void |
public bottomLeftPartOfTheMap ( bool _openZone3 ) : void | ||
_openZone3 | bool | |
return | void |
public bottomRightPartOfTheMap ( bool _openZone4 ) : void | ||
_openZone4 | bool | |
return | void |
public confirmRover ( bool _RoverSent ) : void | ||
_RoverSent | bool | |
return | void |
public topLeftPartOfTheMap ( bool _openZone1 ) : void | ||
_openZone1 | bool | |
return | void |
public topRightPartOfTheMap ( bool _openZone2 ) : void | ||
_openZone2 | bool | |
return | void |
public GameObject _actualBuildingSelected | ||
return | GameObject |