The GameProperty<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAsAnimatable
Returns an IAnimatableProperty<(Of <(<'T>)>)> that can be used to animate this GameProperty<(Of <(<'T>)>)>.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueType..::..Equals(Object).)
Public methodEquals(GameProperty<(Of <<'(T>)>>))
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse
Parses the specified string and updates the Value.
Public methodReset
Removes any local values and sets the property to its default value.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Operators

  NameDescription
Public operatorStatic memberEquality
Compares two GameProperty<(Of <(<'T>)>)>s to determine whether they are the same.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(GameProperty<(Of <<'(T>)>>) to T)
Returns the value of the specified GameProperty<(Of <(<'T>)>)>.
Public operatorStatic memberInequality
Compares two GameProperty<(Of <(<'T>)>)>s to determine whether they are different.

Properties

  NameDescription
Public propertyChange
Event handler that automatically changes the value of the property.
Public propertyHasLocalValue
Gets a value indicating whether this property has a local value.
Public propertyMetadata
Gets the property metadata.
Public propertyName
Gets the name.
Public propertyOwner
Gets the game object that owns this property.
Public propertyValue
Gets or sets the value.

Events

  NameDescription
Public eventChanged
Event raised after the Value was changed.
Public eventChanging
Event raised when the Value is about to change.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIGameProperty..::..Metadata
Gets the property metadata.
Explicit interface implemetationPrivate propertyIGameProperty..::..Value
Gets or sets the value.

See Also