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

GetBodyList() private method

Get the attached body list
private GetBodyList ( ) : ControllerEdge
return ControllerEdge
        internal ControllerEdge GetBodyList()
        {
            return _bodyList;
        }