C# Class ScrollController, UnderworldExporter

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public int LineWidth
return int

MaxEntries public_oe property

public int MaxEntries
return int

NewUIOUt public_oe property

public Text NewUIOUt
return Text

ptr public_oe property

public int ptr
return int

txtToDisplay public_oe property

public string[] txtToDisplay
return string[]

useDragon public_oe property

public bool useDragon
return bool