pub fn perspective_origin(
child: impl IntoUiNode,
origin: impl IntoVar<Point>,
) -> UiNodeExpand description
P Vanishing point used by 3D transforms in the widget’s children.
Is the widget center by default.
pub fn perspective_origin(
child: impl IntoUiNode,
origin: impl IntoVar<Point>,
) -> UiNodeP Vanishing point used by 3D transforms in the widget’s children.
Is the widget center by default.