C# Класс Moe.StateMachine.Builders.StateBuilderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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