大约有 68 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0064 秒)
...1。 UIGroup selectHandler : Handler 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 UIGroup selection : ISelect 获取或设置当前选择的项对象。 UIGroup skewX : Number水平倾斜角度,默认值为0。以角度为单位。Sprite ...
来源: Laya2.0_api 发布时间: 20190513
...= new Handler(this, onClickButton,[button]);//设置 button 的点击事件处理器。 Laya.stage.addChild(button);//将此 button 对象添加到显示列表。 } private function onClickButton(button:Button):void { trace("button.selected = "+ button.selected); } } } example Laya.init(640, 800);//...
来源: Laya3.0_api 发布时间: 20231115
...1。 UIGroup selectHandler : Handler 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 UIGroup selection : ISelect 获取或设置当前选择的项对象。 UIGroup skewX : Number水平倾斜角度,默认值为0。以角度为单位。Sprite ...
来源: Laya2.0_api 发布时间: 20190513
...er(this, onSelect);//设置 radioGroup 的选择项发生改变时执行的处理器。 Laya.stage.addChild(radioGroup);//将 radioGroup 添加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的单选按钮索引: index= ", index); } } } example Laya.init(640, 800...
来源: Laya3.0_api 发布时间: 20231115
...w Handler(this, onSelect);//设置 tab 的选择项发生改变时执行的处理器。 Laya.stage.addChild(tab);//将 tab 添到显示列表。 } private function onSelect(index:int):void { trace("当前选择的表情页索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画...
来源: Laya3.0_api 发布时间: 20231115
...dler Defined in laya/ui/UIGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text....
来源: Laya3.0_api 发布时间: 20231115
...常是调用this.x=value进行赋值,极速模式直接调用内部函数处理,如果未重写x,y属性,建议设置为急速模式性能更高。 Returns Sprite 返回对象本身。 reCache reCache(): void Inherited from Text.reCache Defined in laya/display/Sprite.ts:399 在设置cacheAs的...
来源: Laya3.0_api 发布时间: 20231115
...常是调用this.x=value进行赋值,极速模式直接调用内部函数处理,如果未重写x,y属性,建议设置为急速模式性能更高。 Returns Sprite 返回对象本身。 reCache reCache(): void Inherited from Text.reCache Defined in laya/display/Sprite.ts:399 在设置cacheAs的...
来源: Laya3.0_api 发布时间: 20231115