Click or drag to resize
SoSceneManagerAbortRenderCallbacks Delegate

This typedef defines the calling sequence for setAbortRenderCallback() callbacks.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public delegate bool AbortRenderCallbacks(
	SoAction name_0
)

Parameters

name_0
Type: OIV.Inventor.ActionsSoAction

Return Value

Type: Boolean
Remarks

See Also