C# 클래스 Rodrigue.Transition.AndCondition

파일 보기 프로젝트 열기: benjaml/PathfindingToolUnity

보호된 프로퍼티들

프로퍼티 타입 설명
_checks check[]

공개 메소드들

메소드 설명
AndCondition ( check check ) : System.Collections
check ( ) : bool
getInstance ( check check ) : AndCondition

메소드 상세

AndCondition() 공개 메소드

public AndCondition ( check check ) : System.Collections
check check
리턴 System.Collections

check() 공개 메소드

public check ( ) : bool
리턴 bool

getInstance() 공개 정적인 메소드

public static getInstance ( check check ) : AndCondition
check check
리턴 AndCondition

프로퍼티 상세

_checks 보호되어 있는 프로퍼티

protected check[] _checks
리턴 check[]