pub trait WCoordinateSystemTraitConst: Widget3DTraitConst {
fn as_raw_WCoordinateSystem(&self) -> *const c_void;
}
Expand description
This 3D Widget represents a coordinate system. :
pub trait WCoordinateSystemTraitConst: Widget3DTraitConst {
fn as_raw_WCoordinateSystem(&self) -> *const c_void;
}
This 3D Widget represents a coordinate system. :