Click or drag to resize
SoCallbackActionAddPostCallback Method
Overload List
  NameDescription
Public methodAddPostCallback(Type, SoCallbackActionCallbackActionCB)

Adds a callback function to call when a node of the given type is encountered during traversal.

Public methodAddPostCallback(Type, SoCallbackActionCallbackActionUserDataCB, Object) Obsolete.
Adds a delegate to call when a node of the given type is encountered during traversal. The PreCallback is called just before the node is traversed, and the PostCallback is called just after. The value returned by a delegate indicates whether the action should continue with the traversal.
Top
See Also