C# 클래스 CloudCollector, World-of-Carbon

상속: MonoBehaviour
파일 보기 프로젝트 열기: kenfehling/World-of-Carbon

공개 프로퍼티들

프로퍼티 타입 설명
cloudFactor int
numberOfCarbons int

공개 메소드들

메소드 설명
DecNumOfCarbons ( ) : void
IncNumOfCarbons ( ) : void

비공개 메소드들

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

메소드 상세

DecNumOfCarbons() 공개 메소드

public DecNumOfCarbons ( ) : void
리턴 void

IncNumOfCarbons() 공개 메소드

public IncNumOfCarbons ( ) : void
리턴 void

프로퍼티 상세

cloudFactor 공개적으로 프로퍼티

public int cloudFactor
리턴 int

numberOfCarbons 공개적으로 프로퍼티

public int numberOfCarbons
리턴 int