C# Class Assets.Scripts.Model.IconModel

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public int Col
return int

IconIndex public_oe property

public int IconIndex
return int

IndicatorError public_oe property

public GameObject IndicatorError
return GameObject

IndicatorSuccess public_oe property

public GameObject IndicatorSuccess
return GameObject

Row public_oe property

public int Row
return int