C# 클래스 Moe.StateMachine.Builders.StateBuilderExtensions

파일 보기 프로젝트 열기: sstuddard/Moe.StateMachine

공개 메소드들

메소드 설명
ContainsState ( this s, object stateId ) : bool
GetState ( this s, object stateId ) : IStateBuilder
VisitChildren ( this s, Action action ) : void

메소드 상세

ContainsState() 공개 정적인 메소드

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

GetState() 공개 정적인 메소드

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

VisitChildren() 공개 정적인 메소드

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