Manages a collection of game objects.

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

Syntax

C#
public class GameObjectCollection : NamedObjectCollection<GameObject>
Visual Basic
Public Class GameObjectCollection _
	Inherits NamedObjectCollection(Of GameObject)
Visual C++
public ref class GameObjectCollection : public NamedObjectCollection<GameObject^>

Inheritance Hierarchy

See Also