Class: GizmoObjectMatrix
This page documents the methods and fields available in the GizmoObjectMatrix class.
Members
| Signature | Description |
|---|---|
GizmoObjectMatrix() | Creates a new instance of GizmoObjectMatrix. |
GizmoObjectMatrix(Vertex) | Creates a new instance of GizmoObjectMatrix. |
getColor() | Returns the current color. |
getOutlineScale() | Returns the current outline scale. |
getRenderMode() | Returns the current render mode. |
getTexture() | Returns the current texture. |
getUserPointer() | Returns the current user pointer. |
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. |
isWireFrame() | Returns whether wire frame is true. |
setColor(Color) | Sets or updates the color. |
setDualFaceRender(boolean) | Sets or updates the dual face render. |
setEnableTransparency(boolean) | Sets or updates the enable transparency. |
setOutlineScale(float) | Sets or updates the outline scale. |
setRenderMode(RenderMode) | Sets or updates the render mode. |
setTexture(Texture) | Sets or updates the texture. |
setUserPointer(Object) | Sets or updates the user pointer. |
setVertex(Vertex) | Sets or updates the vertex. |
setWireFrame(boolean) | Sets or updates the wire frame. |
setWireFrameWidth(int) | Sets or updates the wire frame width. |