 |
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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic bool PreventCallingUpdateBeforeHitTesting { get; set; }
Property Value
Boolean[Missing <value> documentation for "P:Ab4d.SharpEngine.Common.HitTestOptions.PreventCallingUpdateBeforeHitTesting"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Common.HitTestOptions.PreventCallingUpdateBeforeHitTesting"]
See Also