| GameEventMetadataTDescription Property |
Gets or sets the description.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public string Description { get; set; }
Public Property Description As String
Get
Set
public:
virtual property String^ Description {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Description : string with get, set
override Description : string with get, set
Property Value
Type:
StringThe description.
Implements
IGameEventMetadataDescriptionRemarks
This can be any string that describes the event for users of a game editor.
See Also