Click or drag to resize
DigitalRuneStateIsActive Property
Gets a value indicating whether this state is active.

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

Property Value

Type: Boolean
if this state is active; otherwise, .
See Also