| IGameProperty Interface |
Namespace: DigitalRune.Game
The IGameProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| Parse |
Parses the specified string and updates the Value.
| |
| Reset |
Removes any local values and sets the property to its default value.
|
| Name | Description | |
|---|---|---|
| HasLocalValue |
Gets a value indicating whether this property has a local value.
| |
| Metadata |
Gets the property metadata.
| |
| Name |
Gets the name.
(Inherited from INamedObject.) | |
| Owner |
Gets the game object that owns this property.
| |
| Value |
Gets or sets the value.
|