Click or drag to resize
DigitalRuneIGamePropertyMetadata Interface
Identifies and describes a game object property.

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

The IGamePropertyMetadata type exposes the following members.

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