SoSceneManagerAbortRenderCallbacks Delegate |
This typedef defines the calling sequence for setAbortRenderCallback() callbacks.
Namespace: OIV.Inventor
public delegate bool AbortRenderCallbacks( SoAction name_0 )
Public Delegate Function AbortRenderCallbacks ( name_0 As SoAction ) As Boolean
public delegate bool AbortRenderCallbacks( SoAction^ name_0 )
type AbortRenderCallbacks = delegate of name_0 : SoAction -> bool