| StateCollectionOwner Property |
Gets the state that owns this state collection.
Namespace: DigitalRune.Game.StatesAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public State Owner { get; }
Public ReadOnly Property Owner As State
Get
public:
property State^ Owner {
State^ get ();
}
member Owner : State with get
Property Value
Type:
State
The owner state - or
if the owner is the state machine itself.
See Also