C# Class TextHelper, VRpportunity

Inheritance: MonoBehaviour
Datei anzeigen Open project: CodeScience/VRpportunity Class Usage Examples

Public Properties

Property Type Description
newText string
typeTime float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
initComponents ( ) : void
setMainText ( string inText ) : void
setNewText ( string inText ) : void
startTyping ( ) : void
stopTyping ( ) : void

Private Methods

Method Description
typeNewText ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

initComponents() public method

public initComponents ( ) : void
return void

setMainText() public method

public setMainText ( string inText ) : void
inText string
return void

setNewText() public method

public setNewText ( string inText ) : void
inText string
return void

startTyping() public method

public startTyping ( ) : void
return void

stopTyping() public method

public stopTyping ( ) : void
return void

Property Details

newText public_oe property

public string newText
return string

typeTime public_oe property

public float typeTime
return float