C# Class TextBoxManager, Adagio

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public int currentLine
return int

endAtLine public_oe property

public int endAtLine
return int

player public_oe property

public PlayerController, player
return PlayerController,

textBox public_oe property

public GameObject textBox
return GameObject

textFile public_oe property

public TextAsset,UnityEngine textFile
return UnityEngine.TextAsset

textLines public_oe property

public string[] textLines
return string[]

theText public_oe property

public Text theText
return Text

typeSpeed public_oe property

public float typeSpeed
return float