Click or drag to resize
DigitalRuneTransitionCollectionItem Property (String)
Gets the Transition with the specified name.

Namespace: DigitalRune.Game.States
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public Transition this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the transition.

Property Value

Type: Transition
See Also