C# Class DataText, SoftLove

Inheritance: MonoBehaviour
Datei anzeigen Open project: benkuper/SoftLove Class Usage Examples

Public Properties

Property Type Description
viewLines int

Public Methods

Method Description
clearConsole ( ) : void
log ( string text ) : void
setEnabled ( bool val ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
clearConsoleReceived ( ) : void
consoleReceived ( bool active ) : void
logReceived ( string text ) : void
loopSeek ( ) : void
setLoopText ( string txt ) : void
updateTM ( ) : void

Method Details

clearConsole() public static method

public static clearConsole ( ) : void
return void

log() public static method

public static log ( string text ) : void
text string
return void

setEnabled() public method

public setEnabled ( bool val ) : void
val bool
return void

Property Details

viewLines public_oe property

public int viewLines
return int