C# Class UITextList, Hero.Coli

Inheritance: MonoBehaviour
Afficher le fichier Open project: CyberCRI/Hero.Coli Class Usage Examples

Méthodes publiques

Свойство Type Description
maxEntries int
maxHeight float
maxWidth float
style Style,
supportScrollWheel bool
textLabel UILabel,

Protected Properties

Свойство Type Description
mParagraphs List
mScroll float
mSelected bool
mSeparator char[]
mTotalLines int

Méthodes publiques

Méthode Description
Add ( string text ) : void

Add a new paragraph.

Awake ( ) : void

Automatically find the values if none were specified.

Clear ( ) : void

Clear the text.

OnScroll ( float val ) : void

Allow scrolling of the text list.

OnSelect ( bool selected ) : void

Remember whether the widget is selected.

Méthodes protégées

Méthode Description
Add ( string text, bool updateVisible ) : void

Add a new paragraph.

UpdateVisibleText ( ) : void

Refill the text label based on what's currently visible.

Method Details

Add() public méthode

Add a new paragraph.
public Add ( string text ) : void
text string
Résultat void

Add() protected méthode

Add a new paragraph.
protected Add ( string text, bool updateVisible ) : void
text string
updateVisible bool
Résultat void

Awake() public méthode

Automatically find the values if none were specified.
public Awake ( ) : void
Résultat void

Clear() public méthode

Clear the text.
public Clear ( ) : void
Résultat void

OnScroll() public méthode

Allow scrolling of the text list.
public OnScroll ( float val ) : void
val float
Résultat void

OnSelect() public méthode

Remember whether the widget is selected.
public OnSelect ( bool selected ) : void
selected bool
Résultat void

UpdateVisibleText() protected méthode

Refill the text label based on what's currently visible.
protected UpdateVisibleText ( ) : void
Résultat void

Property Details

mParagraphs protected_oe property

protected List mParagraphs
Résultat List

mScroll protected_oe property

protected float mScroll
Résultat float

mSelected protected_oe property

protected bool mSelected
Résultat bool

mSeparator protected_oe property

protected char[] mSeparator
Résultat char[]

mTotalLines protected_oe property

protected int mTotalLines
Résultat int

maxEntries public_oe property

public int maxEntries
Résultat int

maxHeight public_oe property

public float maxHeight
Résultat float

maxWidth public_oe property

public float maxWidth
Résultat float

style public_oe property

public Style, style
Résultat Style,

supportScrollWheel public_oe property

public bool supportScrollWheel
Résultat bool

textLabel public_oe property

public UILabel, textLabel
Résultat UILabel,