C# 클래스 CodexHandler, Adagio

상속: MonoBehaviour
파일 보기 프로젝트 열기: technicalvgda/Adagio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buttonTemplate GameObject
codexText Text
collectionText Text
scrollContent GameObject
textPanel GameObject

공개 메소드들

메소드 설명
CloseText ( ) : void
LoadContents ( string codexTextFileName ) : void
ReturnToTitle ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

CloseText() 공개 메소드

public CloseText ( ) : void
리턴 void

LoadContents() 공개 메소드

public LoadContents ( string codexTextFileName ) : void
codexTextFileName string
리턴 void

ReturnToTitle() 공개 메소드

public ReturnToTitle ( ) : void
리턴 void

프로퍼티 상세

buttonTemplate 공개적으로 프로퍼티

public GameObject buttonTemplate
리턴 GameObject

codexText 공개적으로 프로퍼티

public Text codexText
리턴 Text

collectionText 공개적으로 프로퍼티

public Text collectionText
리턴 Text

scrollContent 공개적으로 프로퍼티

public GameObject scrollContent
리턴 GameObject

textPanel 공개적으로 프로퍼티

public GameObject textPanel
리턴 GameObject