AbstractProtected Readonly_Protected Readonly_ReadonlyignoreIndicates whether the mesh controller should ignore the render mode changes of the viewport
ReadonlyisReadonlyisReadonlysignalsController objects count
Iterator over all the uuids contained in the controller.
Controller visibility (independant from object own visibility).
Hiding a controller will hide all its children without modifying their own visibility.
Protected_To be implemented by controllers to set global visibility (at controller level)
AbstractacceptsIndicates whether the controller accepts the SceneObject as a potential child.
Adds the given object to the controller. Controllers may not support object hierarchy.
The object to add.
The parent uuid of the object if the controller supports it.
Clears all objects from the controller
Disposes the controller and destroy its data
AbstractedgesReturns a generator of hidden objects of this controller
Returns a generator of hidden object uuids of this controller
Returns a generator of objects of this controller
Returns a generator of object uuids of this controller
Returns a generator of visible objects of this controller
Returns a generator if visible object uuids of this controller
Returns the object associated with the given uuid if found
Returns a generator of objects with the given uuids
Returns whether the controller has the given uuid
AbstractlineAbstractmeshAbstractonAbstracton
Base controller for managing meshes. Use this controller only if you want your objects to be considered as standard SceneMesh (i.e. automatic support for selection, xRay, boxTree, BVH, etc). It is made for displaying content not tools.