pub fn skew_y(child: impl UiNode, y: impl IntoVar<AngleRadian>) -> impl UiNode
Expand description
P
Skew Y transform.
This property is a shorthand way of setting transform
to new_skew_y(y)
using variable mapping.
pub fn skew_y(child: impl UiNode, y: impl IntoVar<AngleRadian>) -> impl UiNode
P
Skew Y transform.
This property is a shorthand way of setting transform
to new_skew_y(y)
using variable mapping.