Function Node2D.rotation

Rotation in radians, relative to the node's parent.

double rotation() nothrow @property @nogc;

void rotation (
  double v
) nothrow @property @nogc;