Click or drag to resize
SoVRMLScriptdirectOutput Property

If true, the script can send events directly to the other nodes.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBool directOutput { get; }

Property Value

Type: SoSFBool
Remarks

If false, the scripts must use eventOuts to affect the rest of the world. Default is false.

See Also