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