GameObjectUpdate Method |
Namespace: DigitalRune.Game
Normally, this method is called by the IGameObjectService each frame. It can be called manually, for example, in OnUpdate(TimeSpan) to make sure that another game object is updated before this game object. - But in general it is not required to call this method.
It is safe to call this method multiple times. It will only be executed once per time step.
OnUpdate(TimeSpan) will be called automatically in this method.