C# Class LevelSolver.QueryStatus

Mostra file Open project: Microsoft/HoloToolkit-Unity

Public Properties

Property Type Description
CountFail int
CountSuccess int
Name string
QueryResult List
State QueryStates

Public Methods

Method Description
Reset ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Property Details

CountFail public_oe property

public int CountFail
return int

CountSuccess public_oe property

public int CountSuccess
return int

Name public_oe property

public string Name
return string

QueryResult public_oe property

public List QueryResult
return List

State public_oe property

public QueryStates State
return QueryStates