Click or drag to resize
DigitalRuneStateCollectionInitialState Property
Gets or sets the initial state.

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

Property Value

Type: State
The initial state.
Remarks
Per default and if this value is set to , the first state in the collection is the initial state.
See Also