C# 클래스 Assets.Scripts.Model.IconModel

상속: MonoBehaviour
파일 보기 프로젝트 열기: eth-ait/ComputationalMR

공개 프로퍼티들

프로퍼티 타입 설명
Col int
IconIndex int
IndicatorError GameObject
IndicatorSuccess GameObject
Row int

공개 메소드들

메소드 설명
DisableIndicators ( ) : void
IndicateError ( ) : void
IndicateSuccess ( ) : void

메소드 상세

DisableIndicators() 공개 메소드

public DisableIndicators ( ) : void
리턴 void

IndicateError() 공개 메소드

public IndicateError ( ) : void
리턴 void

IndicateSuccess() 공개 메소드

public IndicateSuccess ( ) : void
리턴 void

프로퍼티 상세

Col 공개적으로 프로퍼티

public int Col
리턴 int

IconIndex 공개적으로 프로퍼티

public int IconIndex
리턴 int

IndicatorError 공개적으로 프로퍼티

public GameObject IndicatorError
리턴 GameObject

IndicatorSuccess 공개적으로 프로퍼티

public GameObject IndicatorSuccess
리턴 GameObject

Row 공개적으로 프로퍼티

public int Row
리턴 int