C# 클래스 ScriptManagerNewTextBox, Adagio

HOW TO USE THIS CODE UPDATE: Format is the same. now supports multiple people speaking in different orders. etc
상속: MonoBehaviour
파일 보기 프로젝트 열기: technicalvgda/Adagio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TextButton GameObject
ZimriColor Color
currentLine int
endAtLine int
speaker1 string
speakerLines List
startInitialText bool
startText bool
textBox GameObject
textFile UnityEngine.TextAsset
textLines string[]
theTextPlayer Text
typeSpeed float

공개 메소드들

메소드 설명
OnTriggerEnter2D ( Collider2D col ) : void
OnTriggerExit2D ( Collider2D col ) : void
OnTriggerStay2D ( Collider2D c ) : void
Start ( ) : void
Update ( ) : void
setTextAndPrepareForOutput ( TextAsset t ) : void

비공개 메소드들

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

메소드 상세

OnTriggerEnter2D() 공개 메소드

public OnTriggerEnter2D ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

OnTriggerExit2D() 공개 메소드

public OnTriggerExit2D ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

OnTriggerStay2D() 공개 메소드

public OnTriggerStay2D ( Collider2D c ) : void
c UnityEngine.Collider2D
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

setTextAndPrepareForOutput() 공개 메소드

public setTextAndPrepareForOutput ( TextAsset t ) : void
t UnityEngine.TextAsset
리턴 void

프로퍼티 상세

TextButton 공개적으로 프로퍼티

public GameObject TextButton
리턴 GameObject

ZimriColor 공개적으로 프로퍼티

public Color ZimriColor
리턴 Color

currentLine 공개적으로 프로퍼티

public int currentLine
리턴 int

endAtLine 공개적으로 프로퍼티

public int endAtLine
리턴 int

speaker1 공개적으로 프로퍼티

public string speaker1
리턴 string

speakerLines 공개적으로 프로퍼티

public List speakerLines
리턴 List

startInitialText 공개적으로 프로퍼티

public bool startInitialText
리턴 bool

startText 공개적으로 프로퍼티

public bool startText
리턴 bool

textBox 공개적으로 프로퍼티

public GameObject textBox
리턴 GameObject

textFile 공개적으로 프로퍼티

public TextAsset,UnityEngine textFile
리턴 UnityEngine.TextAsset

textLines 공개적으로 프로퍼티

public string[] textLines
리턴 string[]

theTextPlayer 공개적으로 프로퍼티

public Text theTextPlayer
리턴 Text

typeSpeed 공개적으로 프로퍼티

public float typeSpeed
리턴 float