Static
enabledAllow creating gizmos
If disabled then no gizmos will be added to the scene anymore
Static
DrawStatic
DrawStatic
DrawDraw a label in the scene or attached to an object (if a parent is provided)
Optional
color: ColorRepresentationOptional
backgroundColor: anyOptional
parent: Object3Da handle to the label that can be used to change the text
Static
DrawStatic
DrawStatic
DrawStatic
DrawStatic
DrawStatic
DrawStatic
isReturns true if a given object is a gizmo
Gizmos are temporary objects that are drawn in the scene for debugging or visualization purposes
They are automatically removed after a given duration and cached internally to reduce overhead.
Use the static methods of this class to draw gizmos in the scene.