skew_y

Function skew_y 

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

P Skew Y transform.

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