| IGameObjectServiceObjects Property |
Gets the game objects.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax GameObjectCollection Objects { get; }
ReadOnly Property Objects As GameObjectCollection
Get
property GameObjectCollection^ Objects {
GameObjectCollection^ get ();
}
abstract Objects : GameObjectCollection with get
Property Value
Type:
GameObjectCollectionThe game objects.
Remarks
Each game object is identified by its unique name.
See Also