Box2DX.Box2DXDebug.Assert C# (CSharp) Method

Assert() private method

private Assert ( bool condition ) : void
condition bool
return void
        public static void Assert(bool condition)
        {
            Debug.Assert(condition);
        }

Same methods

Box2DXDebug::Assert ( bool condition, string message ) : void
Box2DXDebug::Assert ( bool condition, string message, string detailMessage ) : void