Click or drag to resize
SoSceneManagerSetRedrawPriority Method

Sets the priority of the redraw sensor.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetRedrawPriority(
	uint priority
)

Parameters

priority
Type: SystemUInt32
Remarks

Sensors are processed based on priority, with priority values of 0 processed immediately. The default priority for the scene manager redraw sensor is 10000.

See Also