Box2DX.Dynamics.Controllers.Controller.GetWorld C# (CSharp) Метод

GetWorld() приватный Метод

Get the parent world of this body.
private GetWorld ( ) : World
Результат World
        internal World GetWorld()
        {
            return _world;
        }