public void InvokeUpdate(Single deltaTime) { if (!isUpdating) { return; } handler.Update(this, deltaTime); updateCnt++; }