Skip to content
ILeaderboardPanelView

拓展 / ILeaderboardPanelView

ILeaderboardPanelView Interface

排行榜面板的UI结构接口

Hierarchy

Table of contents

Properties

mClose_btn: StaleButton
关闭按钮
mContent: Canvas
显示条目节点画布
mFieldName: Canvas
字段名节点画布
mSelfList: Canvas
自己排行信息节点画布
mTitle_txt: TextBlock
标题

Accessors

click

Accessors

canUpdate(): boolean client
获取是否能触发 UI 中 onUpdate 生命周期函数
fullScreen(inFull: boolean): void client
设置随父节点全屏适配,会验证父节点大小以保证跟随父节点的大小
layer(): number client
获取 UI 的 Layer 层级
rootCanvas(): Canvas client
获取 UI 的根 Canvas 节点
uiObject(): Widget
获取 UI 顶层控件对象
uiWidgetBase(): UserWidget client
获取 UI 顶层控件对象
visible(): boolean client
获取 UI 是否显示

Methods

click

Methods

destroy(): void client
销毁 UI 对象
detectDrag(dragKey: Keys): EventReply client
触发 DragDrop 事件的检测
detectDragIfPressed(inPointEvent: PointerEvent, dragKey: Keys): EventReply client
事件检测通过,触发 DragDrop 事件的回复。
newDragDrop(inVisualWidget: Widget, inTag?: string, inPayLoad?: any, inPivot?: DragPivot, inOffset?: Vector2): DragDropOperation client
创建 DragDrop 事件
remove(): void client
移除 UI 对象
setVisible(inVisible: boolean SlateVisibility, ...params: any[]): void client
设置 UI 是否显示
addBehavior(key: string, value: any): void client
添加一个全局行为
clearBehavior(): void client
清空全局一个行为
getBehavior(key: string): any client
执行一个全局的行为
removeBehavior(key: string): void client
移除全局一个行为

Properties

mClose_btn

mClose_btn: StaleButton

关闭按钮


mContent

mContent: Canvas

显示条目节点画布


mFieldName

mFieldName: Canvas

字段名节点画布


mSelfList

mSelfList: Canvas

自己排行信息节点画布


mTitle_txt

mTitle_txt: TextBlock

标题

Accessors

Methods