Click or drag to resize
DigitalRuneGameObjectManagerObjects Property
Gets the game objects.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public GameObjectCollection Objects { get; }

Property Value

Type: GameObjectCollection
The game objects.

Implements

IGameObjectServiceObjects
Remarks
Each game object is identified by its unique name.
See Also