xamarin / urho

Code to integrate with the Urho3D engine
Other
462 stars 122 forks source link

How To Disable Application Auto Update #400

Open josuemnb opened 4 years ago

josuemnb commented 4 years ago

Good day. I'm testing workloads. With many objects in the scene, the processing effort it's big. The RenderThread in UrhoSurface.cs run continuously or sleep 500 millis. Is possible to flag auto update and then call UpdateView or UpdateScene? This could decrease the cpu effort.