C# 클래스 TreeSharp.ProbabilitySelector

Will execute random branches of logic, until one succeeds. This composite will fail only if all branches fail as well.
상속: Selector
파일 보기 프로젝트 열기: lances101/BoringHeroes

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( object context ) : IEnumerable
ProbabilitySelector ( ) : System

메소드 상세

Execute() 공개 메소드

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

ProbabilitySelector() 공개 메소드

public ProbabilitySelector ( ) : System
리턴 System