C# Class TextBoxManager, Adagio

Inheritance: MonoBehaviour
Show file Open project: technicalvgda/Adagio Class Usage Examples

Public Properties

Property Type Description
currentLine int
endAtLine int
player PlayerController,
textBox GameObject
textFile UnityEngine.TextAsset
textLines string[]
theText Text
typeSpeed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
TextScroll ( string lineOfText ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

currentLine public property

public int currentLine
return int

endAtLine public property

public int endAtLine
return int

player public property

public PlayerController, player
return PlayerController,

textBox public property

public GameObject textBox
return GameObject

textFile public property

public TextAsset,UnityEngine textFile
return UnityEngine.TextAsset

textLines public property

public string[] textLines
return string[]

theText public property

public Text theText
return Text

typeSpeed public property

public float typeSpeed
return float