Click or drag to resize
DigitalRuneStateCollectionOwner Property
Gets the state that owns this state collection.

Namespace: DigitalRune.Game.States
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public State Owner { get; }

Property Value

Type: State
The owner state - or if the owner is the state machine itself.
See Also