C# 클래스 BB.TypeHelper

파일 보기 프로젝트 열기: SNUGDC/snugdc-study-bouncy_ball

공개 메소드들

메소드 설명
MakeLevelFromIndex ( int idx ) : Level
MakeWorldTypeFromIndex ( int idx ) : WorldType
ToIndex ( this thiz ) : int
ToNumber ( this thiz ) : int

메소드 상세

MakeLevelFromIndex() 공개 정적인 메소드

public static MakeLevelFromIndex ( int idx ) : Level
idx int
리턴 Level

MakeWorldTypeFromIndex() 공개 정적인 메소드

public static MakeWorldTypeFromIndex ( int idx ) : WorldType
idx int
리턴 WorldType

ToIndex() 공개 정적인 메소드

public static ToIndex ( this thiz ) : int
thiz this
리턴 int

ToNumber() 공개 정적인 메소드

public static ToNumber ( this thiz ) : int
thiz this
리턴 int