Click or drag to resize
DigitalRuneIGameEvent Interface

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public interface IGameEvent : INamedObject

The IGameEvent type exposes the following members.

Properties
  NameDescription
Public propertyMetadata
Gets the event metadata.
Public propertyName
Gets the name.
(Inherited from INamedObject.)
Public propertyOwner
Gets the game object that owns this event.
Top
See Also