pub fn rotate(
child: impl IntoUiNode,
angle: impl IntoVar<AngleRadian>,
) -> UiNodeExpand description
P Rotate transform.
This property is a shorthand way of setting transform to new_rotate(angle) using variable mapping.
The rotation is done around the transform_origin in 2D.