Click or drag to resize
DigitalRuneGameObjectNewFrame Method
Tells the game object to prepare itself for the next time step.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public void NewFrame()
Remarks

This method has to be called at the beginning of a time step. This is normally done automatically by the IGameObjectService. Do not call this method manually unless you have to emulate the function of a IGameObjectService.

See Also