Function SpringArm.getHitLength
Returns the proportion between the current arm length (after checking for collisions) and the springLength
. Ranges from 0 to 1.
double getHitLength() nothrow @nogc;
Returns the proportion between the current arm length (after checking for collisions) and the springLength
. Ranges from 0 to 1.
double getHitLength() nothrow @nogc;