C# Class BBGamelib.NSUtils

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

Méthodes publiques

Méthode Description
Assert ( bool check, string format ) : void
hasMethod ( object objectToCheck, string methodName ) : bool

Method Details

Assert() public static méthode

public static Assert ( bool check, string format ) : void
check bool
format string
Résultat void

hasMethod() public static méthode

public static hasMethod ( object objectToCheck, string methodName ) : bool
objectToCheck object
methodName string
Résultat bool