Click or drag to resize
DigitalRuneIGameProperty Interface

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

The IGameProperty type exposes the following members.

Methods
  NameDescription
Public methodParse
Parses the specified string and updates the Value.
Public methodReset
Removes any local values and sets the property to its default value.
Top
Properties
  NameDescription
Public propertyHasLocalValue
Gets a value indicating whether this property has a local value.
Public propertyMetadata
Gets the property metadata.
Public propertyName
Gets the name.
(Inherited from INamedObject.)
Public propertyOwner
Gets the game object that owns this property.
Public propertyValue
Gets or sets the value.
Top
See Also