Skip to main content

GizmoTransform

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

Package: JAVARuntime

Category: Debug

Component: no


public class GizmoTransform extends GizmoElement

Constructors

SignatureDescription
GizmoTransform()Creates a new instance of GizmoTransform.
GizmoTransform(Vector3)Creates a new instance of GizmoTransform.
GizmoTransform(Vector3, Quaternion)Creates a new instance of GizmoTransform.
GizmoTransform(Vector3, Quaternion, Vector3)Creates a new instance of GizmoTransform.

Attributes

NameTypeDescription
rotMatrixfloat[]Represents the rotMatrix value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
matrixfloat[]get/setVirtual attribute exposed by getMatrix. Access it like a field to read or write the underlying value.
positionVector3get/setVirtual attribute exposed by getPosition. Access it like a field to read or write the underlying value.
rotationQuaternionget/setVirtual attribute exposed by getRotation. Access it like a field to read or write the underlying value.
scaleVector3get/setVirtual attribute exposed by getScale. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
setPosition(float, float, float)voidSets or updates the position.
setPosition(float)voidSets or updates the position.
setRotation(float, float, float)voidSets or updates the rotation.
setRotation(float, float, float, float)voidSets or updates the rotation.
setScale(float, float, float)voidSets or updates the scale.
setScale(float)voidSets or updates the scale.