C# 클래스 LevelSolver.QueryStatus

파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity

공개 프로퍼티들

프로퍼티 타입 설명
CountFail int
CountSuccess int
Name string
QueryResult List
State QueryStates

공개 메소드들

메소드 설명
Reset ( ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

CountFail 공개적으로 프로퍼티

public int CountFail
리턴 int

CountSuccess 공개적으로 프로퍼티

public int CountSuccess
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

QueryResult 공개적으로 프로퍼티

public List QueryResult
리턴 List

State 공개적으로 프로퍼티

public QueryStates State
리턴 QueryStates