Class: Gizmo
This page documents the methods and fields available in the Gizmo class.
Members
| Signature | Description |
|---|---|
draw(GizmoElement) | Renders the object to the current context. |
drawCube(Vector3, Vector3) | Renders the object to the current context. |
drawCube(Vector3, Vector3, Color) | Renders the object to the current context. |
drawCube(Vector3, float) | Renders the object to the current context. |
drawCube(Vector3, float, Color) | Renders the object to the current context. |
drawElement(GizmoElement) | Renders the object to the current context. |
drawGizmo(GizmoElement) | Renders the object to the current context. |
drawPoint(Vector3, float) | Renders the object to the current context. |
drawPoint(Vector3, float, Color) | Renders the object to the current context. |
drawQuad(Vector3, Vector3, Texture) | Renders the object to the current context. |
drawQuad(Vector3, Vector3, Texture, Color) | Renders the object to the current context. |
drawQuad(Vector3, float, Texture) | Renders the object to the current context. |
drawSphere(Vector3, Vector3, Color) | Renders the object to the current context. |
drawSphere(Vector3, float) | Renders the object to the current context. |
drawSphere(Vector3, float, Color) | Renders the object to the current context. |
drawVertex(GizmoElement) | Renders the object to the current context. |
drawVertex(Vertex, Vector3) | Renders the object to the current context. |
drawVertex(Vertex, Vector3, Color) | Renders the object to the current context. |
drawVertex(Vertex, Vector3, Quaternion) | Renders the object to the current context. |
drawVertex(Vertex, Vector3, Quaternion, Vector3) | Renders the object to the current context. |
drawVertex(Vertex, Vector3, Quaternion, Vector3, Color) | Renders the object to the current context. |
drawVertex(Vertex, Vector3, Quaternion, Vector3, boolean) | Renders the object to the current context. |
drawVertex(Vertex, Vector3, Vector3) | Renders the object to the current context. |