C# Class ScrollController, UnderworldExporter

Inheritance: MonoBehaviour
Show file Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
LineWidth int
MaxEntries int
NewUIOUt Text
ptr int
txtToDisplay string[]
useDragon bool

Public Methods

Method Description
Add ( string WhatToSay ) : void
Clear ( ) : void
DirectSet ( string text ) : void
ListAdd ( string text ) : void
PrintList ( ) : void
Set ( string text ) : void

Method Details

Add() public method

public Add ( string WhatToSay ) : void
WhatToSay string
return void

Clear() public method

public Clear ( ) : void
return void

DirectSet() public method

public DirectSet ( string text ) : void
text string
return void

ListAdd() public method

public ListAdd ( string text ) : void
text string
return void

PrintList() public method

public PrintList ( ) : void
return void

Set() public method

public Set ( string text ) : void
text string
return void

Property Details

LineWidth public property

public int LineWidth
return int

MaxEntries public property

public int MaxEntries
return int

NewUIOUt public property

public Text NewUIOUt
return Text

ptr public property

public int ptr
return int

txtToDisplay public property

public string[] txtToDisplay
return string[]

useDragon public property

public bool useDragon
return bool