Returns the string containing the open parameter for paramNameWorldMatrix.
Signatures
- GUIControls.TransformGizmo.paramNameWorldMatrix
paramNameWorldMatrix (getter)
Details
The getter accessor that returns the string assigned to the control's open parameter 'paramNameWorldMatrix'. In trCAD, this string stores the value of the world matrix of the control. If this string is undefined, the value '' shall be returned.
Example
const paramNameWorldMatrix = GUIControls.TransformGizmo.paramNameWorldMatrix;
Return value