C# Class Moe.StateMachine.Builders.StateBuilderExtensions

Afficher le fichier Open project: sstuddard/Moe.StateMachine

Méthodes publiques

Méthode Description
ContainsState ( this s, object stateId ) : bool
GetState ( this s, object stateId ) : IStateBuilder
VisitChildren ( this s, Action action ) : void

Method Details

ContainsState() public static méthode

public static ContainsState ( this s, object stateId ) : bool
s this
stateId object
Résultat bool

GetState() public static méthode

public static GetState ( this s, object stateId ) : IStateBuilder
s this
stateId object
Résultat IStateBuilder

VisitChildren() public static méthode

public static VisitChildren ( this s, Action action ) : void
s this
action Action
Résultat void