Click or drag to resize
DigitalRuneTransitionName Property
Gets or sets the name of the state.

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

Property Value

Type: String
The name of the state.

Implements

INamedObjectName
See Also