C# Class BBGamelib.CCDebug

Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
COCOS2D_ASSERT bool
COCOS2D_DEBUG byte

Méthodes publiques

Méthode Description
Error ( string format ) : void
Info ( string format ) : void
Log ( string format ) : void
Warning ( string format ) : void

Method Details

Error() public static méthode

public static Error ( string format ) : void
format string
Résultat void

Info() public static méthode

public static Info ( string format ) : void
format string
Résultat void

Log() public static méthode

public static Log ( string format ) : void
format string
Résultat void

Warning() public static méthode

public static Warning ( string format ) : void
format string
Résultat void

Property Details

COCOS2D_ASSERT public_oe static_oe property

public static bool COCOS2D_ASSERT
Résultat bool

COCOS2D_DEBUG public_oe static_oe property

public static byte COCOS2D_DEBUG
Résultat byte