C# Class Assets.Scripts.Model.IconModel

Inheritance: MonoBehaviour
Show file Open project: eth-ait/ComputationalMR

Public Properties

Property Type Description
Col int
IconIndex int
IndicatorError GameObject
IndicatorSuccess GameObject
Row int

Public Methods

Method Description
DisableIndicators ( ) : void
IndicateError ( ) : void
IndicateSuccess ( ) : void

Method Details

DisableIndicators() public method

public DisableIndicators ( ) : void
return void

IndicateError() public method

public IndicateError ( ) : void
return void

IndicateSuccess() public method

public IndicateSuccess ( ) : void
return void

Property Details

Col public property

public int Col
return int

IconIndex public property

public int IconIndex
return int

IndicatorError public property

public GameObject IndicatorError
return GameObject

IndicatorSuccess public property

public GameObject IndicatorSuccess
return GameObject

Row public property

public int Row
return int