Manages GameObjects.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.0.0.0 (1.0.1.9459)

Syntax

C#
public interface IGameObjectService
Visual Basic
Public Interface IGameObjectService
Visual C++
public interface class IGameObjectService

Remarks

GameObjects in these list are automatically updated, usually once per frame.

See Also