Class: GizmoObject
This page documents the methods and fields available in the GizmoObject class.
Members
| Signature | Description |
|---|---|
GizmoObject() | Creates a new instance of GizmoObject. |
GizmoObject(Vertex) | Creates a new instance of GizmoObject. |
GizmoObject(Vertex, Vector3) | Creates a new instance of GizmoObject. |
GizmoObject(Vertex, Vector3, Quaternion) | Creates a new instance of GizmoObject. |
GizmoObject(Vertex, Vector3, Quaternion, Vector3) | Creates a new instance of GizmoObject. |
GizmoObject(Vertex, Vector3, Quaternion, Vector3, boolean) | Creates a new instance of GizmoObject. |
GizmoObject(Vertex, Vector3, Quaternion, Vector3, boolean, Color, Texture) | Creates a new instance of GizmoObject. |
getColor() | Returns the current color. |
getRenderMode() | Returns the current render mode. |
getTexture() | Returns the current texture. |
getVertex() | Returns the current vertex. |
getWireFrameWidth() | Returns the current wire frame width. |
isDualFaceRender() | Returns whether dual face render is true. |
isEnableTransparency() | Returns whether enable transparency is true. |
isScaleBasedCamera() | Returns whether scale based camera is true. |
isWireFrame() | Returns whether wire frame is true. |
randomizeColor() | Performs the randomizeColor operation. |
setColor(Color) | Sets or updates the color. |
setDualFaceRender(boolean) | Sets or updates the dual face render. |
setEnableTransparency(boolean) | Sets or updates the enable transparency. |
setRenderMode(RenderMode) | Sets or updates the render mode. |
setScaleBasedCamera(boolean) | Sets or updates the scale based camera. |
setTexture(Texture) | Sets or updates the texture. |
setVertex(Vertex) | Sets or updates the vertex. |
setWireFrame(boolean) | Sets or updates the wire frame. |
setWireFrameWidth(int) | Sets or updates the wire frame width. |