targetAngle property

double get targetAngle

The target angle for the spring, in radians.

Implementation

double get targetAngle =>
    rawBox2D.revoluteJointGetTargetAngle(index1, worldAndGeneration);
set targetAngle (double value)

Implementation

set targetAngle(double value) =>
    rawBox2D.revoluteJointSetTargetAngle(index1, worldAndGeneration, value);