SoCallbackActionAddPostCallback Method |
Name | Description | |
---|---|---|
![]() | AddPostCallback(Type, SoCallbackActionCallbackActionCB) | Adds a callback function to call when a node of the given type is encountered during traversal. |
![]() | AddPostCallback(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.
|