| GameObjectEvents Property |
Gets the game object events.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public GameEventCollection Events { get; }
Public ReadOnly Property Events As GameEventCollection
Get
public:
property GameEventCollection Events {
GameEventCollection get ();
}
member Events : GameEventCollection with get
Property Value
Type:
GameEventCollectionThe events of the game object.
Remarks
The event collection is a collection of all events of the game object and user defined
events. The user and other game elements can add additional events to this collection.
See Also