| GamePropertyCollectionOwner Property |
Gets the game object that owns this collection.
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public GameObject Owner { get; }
Public ReadOnly Property Owner As GameObject
Get
public:
property GameObject^ Owner {
GameObject^ get ();
}
member Owner : GameObject with get
Property Value
Type:
GameObjectThe game object that owns this collection.
See Also