| GamePropertyEventArgsTProperty Property |
Gets the game object property.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public GameProperty<T> Property { get; }
Public ReadOnly Property Property As GameProperty(Of T)
Get
public:
property GameProperty<T> Property {
GameProperty<T> get ();
}
member Property : GameProperty<'T> with get
Property Value
Type:
GamePropertyTThe game object property.
See Also