C# 클래스 UITextList, Hero.Coli

상속: MonoBehaviour
파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxEntries int
maxHeight float
maxWidth float
style Style,
supportScrollWheel bool
textLabel UILabel,

보호된 프로퍼티들

프로퍼티 타입 설명
mParagraphs List
mScroll float
mSelected bool
mSeparator char[]
mTotalLines int

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Add ( string text, bool updateVisible ) : void

Add a new paragraph.

UpdateVisibleText ( ) : void

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

메소드 상세

Add() 공개 메소드

Add a new paragraph.
public Add ( string text ) : void
text string
리턴 void

Add() 보호된 메소드

Add a new paragraph.
protected Add ( string text, bool updateVisible ) : void
text string
updateVisible bool
리턴 void

Awake() 공개 메소드

Automatically find the values if none were specified.
public Awake ( ) : void
리턴 void

Clear() 공개 메소드

Clear the text.
public Clear ( ) : void
리턴 void

OnScroll() 공개 메소드

Allow scrolling of the text list.
public OnScroll ( float val ) : void
val float
리턴 void

OnSelect() 공개 메소드

Remember whether the widget is selected.
public OnSelect ( bool selected ) : void
selected bool
리턴 void

UpdateVisibleText() 보호된 메소드

Refill the text label based on what's currently visible.
protected UpdateVisibleText ( ) : void
리턴 void

프로퍼티 상세

mParagraphs 보호되어 있는 프로퍼티

protected List mParagraphs
리턴 List

mScroll 보호되어 있는 프로퍼티

protected float mScroll
리턴 float

mSelected 보호되어 있는 프로퍼티

protected bool mSelected
리턴 bool

mSeparator 보호되어 있는 프로퍼티

protected char[] mSeparator
리턴 char[]

mTotalLines 보호되어 있는 프로퍼티

protected int mTotalLines
리턴 int

maxEntries 공개적으로 프로퍼티

public int maxEntries
리턴 int

maxHeight 공개적으로 프로퍼티

public float maxHeight
리턴 float

maxWidth 공개적으로 프로퍼티

public float maxWidth
리턴 float

style 공개적으로 프로퍼티

public Style, style
리턴 Style,

supportScrollWheel 공개적으로 프로퍼티

public bool supportScrollWheel
리턴 bool

textLabel 공개적으로 프로퍼티

public UILabel, textLabel
리턴 UILabel,