C# Class Moe.StateMachine.Builders.StateBuilderExtensions

ファイルを表示 Open project: sstuddard/Moe.StateMachine

Public Methods

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

Method Details

ContainsState() public static method

public static ContainsState ( this s, object stateId ) : bool
s this
stateId object
return bool

GetState() public static method

public static GetState ( this s, object stateId ) : IStateBuilder
s this
stateId object
return IStateBuilder

VisitChildren() public static method

public static VisitChildren ( this s, Action action ) : void
s this
action Action
return void