Skip to main content

GizmoObject

Complete API reference for GizmoObject, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Debug

Component: no


public class GizmoObject extends GizmoTransform

Constructors

SignatureDescription
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.

Virtual Attributes

NameTypeAccessDescription
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
dualFaceRenderbooleanget/setVirtual attribute exposed by isDualFaceRender. Access it like a field to read or write the underlying value.
enableTransparencybooleanget/setVirtual attribute exposed by isEnableTransparency. Access it like a field to read or write the underlying value.
renderModeRenderModeget/setVirtual attribute exposed by getRenderMode. Access it like a field to read or write the underlying value.
scaleBasedCamerabooleanget/setVirtual attribute exposed by isScaleBasedCamera. Access it like a field to read or write the underlying value.
textureTextureget/setVirtual attribute exposed by getTexture. Access it like a field to read or write the underlying value.
vertexVertexget/setVirtual attribute exposed by getVertex. Access it like a field to read or write the underlying value.
wireFramebooleanget/setVirtual attribute exposed by isWireFrame. Access it like a field to read or write the underlying value.
wireFrameWidthintget/setVirtual attribute exposed by getWireFrameWidth. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
randomizeColor()voidExecutes randomizeColor and returns after the underlying engine call finishes.