Click or drag to resize
DigitalRuneGameObjectProperties Property
Gets the game object properties.

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

Property Value

Type: GamePropertyCollection
The properties of the game object.
Remarks
The property collection is a collection of all properties of the game object and user defined properties. The user and other game object can add additional properties to this collection.
See Also