paramNameRay (setter)

Sets the open parameter name string.

Signatures

  •   GUIControls.TransformRay.paramNameRay

Details

The setter accessor that sets open parameter name.

Example

 open ray myRay
 {
   ...
   value = ray(<[10.0, 0.0, 0.0]>, <[-1.0, 0.0, 0.0]>)
  }
 // set open param in frontend
 GUIControls.TransformRay.paramNameRay = "main:myRay";