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: 2024.1.1.0 (2024.1.1)
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