DXHit | |
public enum HitTestFilterResult
| Member name | Value | Description |
|---|---|---|
| Stop | 0 | Stop hit testing (do not check any other SceneNode) |
| Continue | 1 | Continue hit testing this SceneNode and its child nodes. |
| ContinueSkipSelf | 3 | Continue hit testing the child scene nodes but skip this scene node. |
| ContinueSkipChildren | 5 | Continue hit testing this scene node but skip child scene nodes. |
| ContinueSkipSelfAndChildren | 7 | Continue hit testing but skip this scene node and its child scene nodes (test SceneNodes in other branches). |
Copyright (c) by AB4D d.o.o. (www.ab4d.com)