Click or drag to resize
AB4D logo

DXHitTestOptionsHitTestFilterResult Enumeration

Specifies the return result of a hit test filter callback method.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public enum HitTestFilterResult
Members
Member nameValueDescription
Stop0 Stop hit testing (do not check any other SceneNode)
Continue1 Continue hit testing this SceneNode and its child nodes.
ContinueSkipSelf3 Continue hit testing the child scene nodes but skip this scene node.
ContinueSkipChildren5 Continue hit testing this scene node but skip child scene nodes.
ContinueSkipSelfAndChildren7 Continue hit testing but skip this scene node and its child scene nodes (test SceneNodes in other branches).
See Also