Sets the string containing the open parameter for paramNameWorldMatrix.
Signatures
- GUIControls.TransformGizmo.paramNameWorldMatrix
paramNameWorldMatrix (setter)
Details
The setter accessor that sets the string assigned to the control's open parameter 'paramNameWorldMatrix'. In trCAD, this string stores the value of the world matrix of the control.
Remark
After setting the open parameter string, the controls will call internally ref_transformGizmo_update function to fetch the data from trCAD.
Example
const paramNameWorldMatrix = "main:worldMatrix";
GUIControls.TransformGizmo.paramNameWorldMatrix = paramNameWorldMatrix;