Click or drag to resize
DigitalRuneIGameEventMetadata Interface
Identifies and describes a game object event.

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

The IGameEventMetadata type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets or sets the category.
Public propertyDefaultEventArgs
Gets the default event arguments.
Public propertyDescription
Gets or sets the description.
Public propertyId
Gets the unique ID.
Public propertyName
Gets the name.
(Inherited from INamedObject.)
Top
See Also