| GameObjectProperties Property |
Gets the game object properties.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public GamePropertyCollection Properties { get; }
Public ReadOnly Property Properties As GamePropertyCollection
Get
public:
property GamePropertyCollection Properties {
GamePropertyCollection get ();
}
member Properties : GamePropertyCollection with get
Property Value
Type:
GamePropertyCollectionThe 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