Click or drag to resize
DigitalRuneIGameObjectService Interface
Manages GameObjects.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public interface IGameObjectService

The IGameObjectService type exposes the following members.

Properties
  NameDescription
Public propertyObjects
Gets the game objects.
Top
Remarks
GameObjects in these list are automatically updated, usually once per frame.
See Also