 |
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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic bool PreventCallingUpdateBeforeHitTesting { get; set; }Property Value
Boolean
See Also