C# Class BBGamelib.CCDebug

Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Properties

Property Type Description
COCOS2D_ASSERT bool
COCOS2D_DEBUG byte

Public Methods

Method Description
Error ( string format ) : void
Info ( string format ) : void
Log ( string format ) : void
Warning ( string format ) : void

Method Details

Error() public static method

public static Error ( string format ) : void
format string
return void

Info() public static method

public static Info ( string format ) : void
format string
return void

Log() public static method

public static Log ( string format ) : void
format string
return void

Warning() public static method

public static Warning ( string format ) : void
format string
return void

Property Details

COCOS2D_ASSERT public_oe static_oe property

public static bool COCOS2D_ASSERT
return bool

COCOS2D_DEBUG public_oe static_oe property

public static byte COCOS2D_DEBUG
return byte