 |
HitTestOptionsGetOnlyOneHitPerSceneNode Property |
When true then only one hit result is get from one SceneNode.
When false (by default), then multiple hit results can be created by one SceneNode.
This property is used only by the GetAllHitObjects method and not by GetClosestHitObject method.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic bool GetOnlyOneHitPerSceneNode { get; set; }Property Value
Boolean
Remarks
When true then only one hit result is get from one SceneNode.
When false (by default), then multiple hit results can be created by one SceneNode (for example one hit result when ray enters the object and one hit result when ray leaves the object).
This property is used only by the GetAllHitObjects method and not by GetClosestHitObject method.
See Also