skew_x

Function skew_x 

Source
pub fn skew_x(child: impl IntoUiNode, x: impl IntoVar<AngleRadian>) -> UiNode
Expand description

P Skew X transform.

This property is a shorthand way of setting transform to new_skew_x(x) using variable mapping.