Click or drag to resize
DigitalRuneGameEventMetadataTDescription Property
Gets or sets the description.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public string Description { get; set; }

Property Value

Type: String
The description.

Implements

IGameEventMetadataDescription
Remarks
This can be any string that describes the event for users of a game editor.
See Also