Click or drag to resize
SoVRMLStringSensorAffectsState Method

Returns true if a node has an effect on the state during traversal.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override bool AffectsState()

Return Value

Type: Boolean
Remarks

The default method returns true. Node classes (such as SoSeparator) that isolate their effects from the rest of the graph override this method to return false.

See Also