Class: GizmoElement
This page documents the methods and fields available in the GizmoElement class.
Members
| Signature | Description |
|---|---|
getColor() | Returns the current color. |
getLightIntensity() | Returns the current light intensity. |
getMatrix() | Returns the current matrix. |
getMaxScaleBasedCameraSize() | Returns the current max scale based camera size. |
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. |
isAdditiveMode() | Returns whether additive mode is true. |
isDrawInFront() | Returns whether draw in front is true. |
isEnableLight() | Returns whether enable light is true. |
isEnableTransparency() | Returns whether enable transparency is true. |
isScaleBasedCamera() | Returns whether scale based camera is true. |
setAdditiveMode(boolean) | Sets or updates the additive mode. |
setDrawInFront(boolean) | Sets or updates the draw in front. |
setEnableLight(boolean) | Sets or updates the enable light. |
setEnableTransparency(boolean) | Sets or updates the enable transparency. |
setLightIntensity(float) | Sets or updates the light intensity. |
setMaxScaleBasedCameraSize(float) | Sets or updates the max scale based camera size. |
setUserPointer(Object) | Sets or updates the user pointer. |