C# Class Box2DX.Box2DXDebug

Show file Open project: danielpcox/Crisis-at-Swiss-Station

Public Methods

Method Description
ThrowBox2DXException ( String message ) : void

Private Methods

Method Description
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void
Assert ( bool condition, string message, string detailMessage ) : void

Method Details

ThrowBox2DXException() public static method

public static ThrowBox2DXException ( String message ) : void
message String
return void