C# 클래스 TreeSharp.PrioritySelector

Will execute each branch of logic in order, until one succeeds. This composite will fail only if all branches fail as well.
상속: Selector
파일 보기 프로젝트 열기: lances101/BoringHeroes 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( object context ) : IEnumerable
PrioritySelector ( ) : System.Collections.Generic
PrioritySelector ( ContextChangeHandler contextChange ) : System.Collections.Generic
PrioritySelector ( string name ) : System.Collections.Generic

메소드 상세

Execute() 공개 메소드

public Execute ( object context ) : IEnumerable
context object
리턴 IEnumerable

PrioritySelector() 공개 메소드

public PrioritySelector ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PrioritySelector() 공개 메소드

public PrioritySelector ( ContextChangeHandler contextChange ) : System.Collections.Generic
contextChange ContextChangeHandler
리턴 System.Collections.Generic

PrioritySelector() 공개 메소드

public PrioritySelector ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic