C# 클래스 dfListbox, Void-Runner

상속: dfInteractiveBase, IDFMultiRender, IRendersText
파일 보기 프로젝트 열기: NoScopeProductions/Void-Runner 1 사용 예제들

공개 메소드들

메소드 설명
AddItem ( string item ) : void

Adds a new value to the collection of list items

Awake ( ) : void
EnsureVisible ( int index ) : void

Ensures that the list item at the specified index will be visible to the user

LateUpdate ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
RenderMultiple ( ) : dfList
Update ( ) : void
UpdateFontInfo ( ) : void

보호된 메소드들

메소드 설명
OnItemClicked ( ) : void
OnKeyDown ( dfKeyEventArgs, args ) : void
OnLocalize ( ) : void
OnMouseDown ( dfMouseEventArgs, args ) : void
OnMouseEnter ( dfMouseEventArgs, args ) : void
OnMouseLeave ( dfMouseEventArgs, args ) : void
OnMouseMove ( dfMouseEventArgs, args ) : void
OnMouseUp ( dfMouseEventArgs, args ) : void
OnMouseWheel ( dfMouseEventArgs, args ) : void
OnSelectedIndexChanged ( ) : void
scrollbar_GotFocus ( dfControl control, dfFocusEventArgs, args ) : void

비공개 메소드들

메소드 설명
attachScrollbarEvents ( ) : void
bindTextureRebuildCallback ( ) : void
clipQuads ( dfRenderData, buffer, int startIndex ) : void
constrainScrollPosition ( float value ) : float
detachScrollbarEvents ( ) : void
getTextScaleMultiplier ( ) : float
onFontTextureRebuilt ( ) : void
renderHover ( ) : void
renderItems ( dfRenderData, buffer ) : void
renderSelection ( ) : void
requestCharacterInfo ( ) : void
scrollbar_ValueChanged ( dfControl control, float value ) : void
selectItemUnderMouse ( dfMouseEventArgs args ) : void
synchronizeScrollbar ( ) : void
unbindTextureRebuildCallback ( ) : void
updateItemHover ( dfMouseEventArgs args ) : void

메소드 상세

AddItem() 공개 메소드

Adds a new value to the collection of list items
public AddItem ( string item ) : void
item string
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

EnsureVisible() 공개 메소드

Ensures that the list item at the specified index will be visible to the user
public EnsureVisible ( int index ) : void
index int The index of the list item to make visible
리턴 void

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnItemClicked() 보호된 메소드

protected OnItemClicked ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( dfKeyEventArgs, args ) : void
args dfKeyEventArgs,
리턴 void

OnLocalize() 보호된 메소드

protected OnLocalize ( ) : void
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( dfMouseEventArgs, args ) : void
args dfMouseEventArgs,
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( dfMouseEventArgs, args ) : void
args dfMouseEventArgs,
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( dfMouseEventArgs, args ) : void
args dfMouseEventArgs,
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( dfMouseEventArgs, args ) : void
args dfMouseEventArgs,
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( dfMouseEventArgs, args ) : void
args dfMouseEventArgs,
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( dfMouseEventArgs, args ) : void
args dfMouseEventArgs,
리턴 void

OnSelectedIndexChanged() 보호된 메소드

protected OnSelectedIndexChanged ( ) : void
리턴 void

RenderMultiple() 공개 메소드

public RenderMultiple ( ) : dfList
리턴 dfList

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateFontInfo() 공개 메소드

public UpdateFontInfo ( ) : void
리턴 void

scrollbar_GotFocus() 보호된 메소드

protected scrollbar_GotFocus ( dfControl control, dfFocusEventArgs, args ) : void
control dfControl
args dfFocusEventArgs,
리턴 void