Click or drag to resize
DigitalRuneState Constructor (String)
Initializes a new instance of the State class.

Namespace: DigitalRune.Game.States
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public State(
	string name
)

Parameters

name
Type: SystemString
The name of this state.
See Also