C# 클래스 TextBoxManager, Adagio

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

공개 프로퍼티들

프로퍼티 타입 설명
currentLine int
endAtLine int
player PlayerController,
textBox GameObject
textFile UnityEngine.TextAsset
textLines string[]
theText Text
typeSpeed float

공개 메소드들

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

비공개 메소드들

메소드 설명
TextScroll ( string lineOfText ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

currentLine 공개적으로 프로퍼티

public int currentLine
리턴 int

endAtLine 공개적으로 프로퍼티

public int endAtLine
리턴 int

player 공개적으로 프로퍼티

public PlayerController, player
리턴 PlayerController,

textBox 공개적으로 프로퍼티

public GameObject textBox
리턴 GameObject

textFile 공개적으로 프로퍼티

public TextAsset,UnityEngine textFile
리턴 UnityEngine.TextAsset

textLines 공개적으로 프로퍼티

public string[] textLines
리턴 string[]

theText 공개적으로 프로퍼티

public Text theText
리턴 Text

typeSpeed 공개적으로 프로퍼티

public float typeSpeed
리턴 float