C# 클래스 GenerationManager, Generations

파일 보기 프로젝트 열기: scadieux/Generations 1 사용 예제들

공개 메소드들

메소드 설명
ChangeSoilObject ( int soilId, GenerationObject, seedObject ) : void
ClearGenerations ( ) : void
GetPlayableGeneration ( ) : Generation,
OnGUI ( ) : void
PopGeneration ( ) : void
PushGeneration ( Generation, gen ) : void
UnPlantSeed ( int soilId ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
GenerationManager ( ) : System

메소드 상세

ChangeSoilObject() 공개 메소드

public ChangeSoilObject ( int soilId, GenerationObject, seedObject ) : void
soilId int
seedObject GenerationObject,
리턴 void

ClearGenerations() 공개 메소드

public ClearGenerations ( ) : void
리턴 void

GetPlayableGeneration() 공개 메소드

public GetPlayableGeneration ( ) : Generation,
리턴 Generation,

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

PopGeneration() 공개 메소드

public PopGeneration ( ) : void
리턴 void

PushGeneration() 공개 메소드

public PushGeneration ( Generation, gen ) : void
gen Generation,
리턴 void

UnPlantSeed() 공개 메소드

public UnPlantSeed ( int soilId ) : void
soilId int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void