buildDesc abstract method

JointDesc buildDesc(
  1. int bodyA,
  2. int bodyB,
  3. bool collisionsEnabled
)

Builds the description for the current property values.

Implementation

sim.JointDesc buildDesc(int bodyA, int bodyB, bool collisionsEnabled);