Box2DX.Dynamics.Controllers.Controller.GetWorld C# (CSharp) Method

GetWorld() private method

Get the parent world of this body.
private GetWorld ( ) : World
return World
        internal World GetWorld()
        {
            return _world;
        }