pub trait WCubeTraitConst: Widget3DTraitConst {
    fn as_raw_WCube(&self) -> *const c_void;
}
Expand description

This 3D Widget defines a cube.

Required Methods

Implementors