C# 클래스 BBGamelib.CCDebug

파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
COCOS2D_ASSERT bool
COCOS2D_DEBUG byte

공개 메소드들

메소드 설명
Error ( string format ) : void
Info ( string format ) : void
Log ( string format ) : void
Warning ( string format ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( string format ) : void
format string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string format ) : void
format string
리턴 void

Log() 공개 정적인 메소드

public static Log ( string format ) : void
format string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string format ) : void
format string
리턴 void

프로퍼티 상세

COCOS2D_ASSERT 공개적으로 정적으로 프로퍼티

public static bool COCOS2D_ASSERT
리턴 bool

COCOS2D_DEBUG 공개적으로 정적으로 프로퍼티

public static byte COCOS2D_DEBUG
리턴 byte