C# Class Assets.Scripts.Model.IconModel

Inheritance: MonoBehaviour
Afficher le fichier Open project: eth-ait/ComputationalMR

Méthodes publiques

Свойство Type Description
Col int
IconIndex int
IndicatorError GameObject
IndicatorSuccess GameObject
Row int

Méthodes publiques

Méthode Description
DisableIndicators ( ) : void
IndicateError ( ) : void
IndicateSuccess ( ) : void

Method Details

DisableIndicators() public méthode

public DisableIndicators ( ) : void
Résultat void

IndicateError() public méthode

public IndicateError ( ) : void
Résultat void

IndicateSuccess() public méthode

public IndicateSuccess ( ) : void
Résultat void

Property Details

Col public_oe property

public int Col
Résultat int

IconIndex public_oe property

public int IconIndex
Résultat int

IndicatorError public_oe property

public GameObject IndicatorError
Résultat GameObject

IndicatorSuccess public_oe property

public GameObject IndicatorSuccess
Résultat GameObject

Row public_oe property

public int Row
Résultat int