Enum zaplib::CxDebugDrawTree
source · [−]pub enum CxDebugDrawTree {
None,
DrawTree,
Instances,
Geometries,
}
Expand description
What kind of debug information should be printed about the draw tree.
Variants
None
No draw tree debugging.
DrawTree
Print the draw tree.
Instances
Print the draw tree and also information on the individual instances.
Geometries
Print geometries.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CxDebugDrawTree
impl Send for CxDebugDrawTree
impl Sync for CxDebugDrawTree
impl Unpin for CxDebugDrawTree
impl UnwindSafe for CxDebugDrawTree
Blanket Implementations
Mutably borrows from an owned value. Read more