C# (CSharp) Box2DX.Dynamics LineJointDef - 7 примеров найдено. Это лучшие примеры C# (CSharp) кода для Box2DX.Dynamics.LineJointDef, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Line joint definition. This requires defining a line of motion using an axis and an anchor point. The definition uses local anchor points and a local axis so that the initial configuration can violate the constraint slightly. The joint translation is zero when the local anchor points coincide in world space. Using local anchors and a local axis helps when saving and loading a game.