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.

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.

See Also