C# 클래스 VisualResponse

상속: MonoBehaviour
파일 보기 프로젝트 열기: imann24/cs327-bestmobilegameever 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Awake void
checkResponseText void
init void
isResponseObject bool
setResponseText void

공개 메소드들

메소드 설명
Hide ( ) : void
Show ( string response ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
checkResponseText ( ) : void
init ( ) : void
isResponseObject ( GameObject objectToTest ) : bool
setResponseText ( ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

Show() 공개 메소드

public Show ( string response ) : void
response string
리턴 void