Method | Description | |
---|---|---|
ContainsState ( this s, object stateId ) : bool | ||
GetState ( this s, object stateId ) : IStateBuilder | ||
VisitChildren ( this s, Action |
public static ContainsState ( this s, object stateId ) : bool | ||
s | this | |
stateId | object | |
return | bool |
public static GetState ( this s, object stateId ) : IStateBuilder | ||
s | this | |
stateId | object | |
return | IStateBuilder |
public static VisitChildren ( this s, Action |
||
s | this | |
action | Action |
|
return | void |