 |
HitTestOptionsPreventCallingUpdateBeforeHitTesting Property |
Before hit testing the Scene.Update method is called when the scene's DirtyFlags indicate that the bounding boxes of some scene nodes need to be updated.
This may take a lot of time. If user manually calls Scene.Update method of it the BoundingBox are always correct,
then PreventCallingUpdateBeforeHitTesting property can be set to true to prevent automatic calling of Update method.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic bool PreventCallingUpdateBeforeHitTesting { get; set; }Property Value
Boolean
See Also