C# 클래스 BuildingUiCanvas, The-next-step

상속: MonoBehaviour
파일 보기 프로젝트 열기: esther5576/The-next-step 1 사용 예제들

공개 메소드들

메소드 설명
Display ( int NeedsNumber, int ProductsNumber, Button PowerEvents, List NeedsSprites, List ProductionSprites, int PowerNeeds, int HumanNeed, Button RepairEvents, Button UpgradeEvents, String Name ) : void
SwitchOff ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

Display() 공개 메소드

public Display ( int NeedsNumber, int ProductsNumber, Button PowerEvents, List NeedsSprites, List ProductionSprites, int PowerNeeds, int HumanNeed, Button RepairEvents, Button UpgradeEvents, String Name ) : void
NeedsNumber int
ProductsNumber int
PowerEvents Button
NeedsSprites List
ProductionSprites List
PowerNeeds int
HumanNeed int
RepairEvents Button
UpgradeEvents Button
Name String
리턴 void

SwitchOff() 공개 메소드

public SwitchOff ( ) : void
리턴 void