Function Bone2D.rest

Rest transform of the bone. You can reset the node's transforms to this value using applyRest.

Transform2D rest() nothrow @property @nogc;

void rest (
  Transform2D v
) nothrow @property @nogc;