Click or drag to resize
DigitalRuneStateCollectionActiveState Property
Gets the active state.

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

Property Value

Type: State
The active state - or if no state is active.
See Also