C# Class BBGamelib.NSUtils

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

Public Methods

Method Description
Assert ( bool check, string format ) : void
hasMethod ( object objectToCheck, string methodName ) : bool

Method Details

Assert() public static method

public static Assert ( bool check, string format ) : void
check bool
format string
return void

hasMethod() public static method

public static hasMethod ( object objectToCheck, string methodName ) : bool
objectToCheck object
methodName string
return bool