大约有 99 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
... 点击资源面板里的 Image 组件,拖放到页面编辑区,即可添加 Image组件到页面上。单击选中 Image ,可以在属性面板里设置 Image 的常用属性的值。 Image 组件的脚本接口请参考 [Image API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.htm...
来源: Laya2.0_文档 发布时间: 20210715
...择资源面板里的 ComboBox 组件,拖放到页面编辑区,即可添加 ComboBox 组件到页面上。 ComboBox 的脚本请接口参考 [ComboBox API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.ComboBox)。 ComboBox ...
来源: Laya2.0_文档 发布时间: 20210715
... 点击资源面板里的 Image 组件,拖放到页面编辑区,即可添加 Image组件到页面上。单击选中 Image ,可以在属性面板里设置 Image 的常用属性的值。 Image 组件的脚本接口请参考 [Image API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.htm...
来源: Laya2.0_文档 发布时间: 20210714
...tage.bgColor = "#ffffff"; //加载图集资源,加载成功后将UI界面添加到舞台上 Laya.loader.load("./res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ //实例化导出的UI类 var efc = new ui.TestPUI(); //添加到舞台 Laya.stage.addChild(efc); } ``` ...
来源: Laya2.0_文档 发布时间: 20210715
...tage.bgColor = "#ffffff"; //加载图集资源,加载成功后将UI界面添加到舞台上 Laya.loader.load("./res/atlas/ui.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():void{ //实例化导出的UI类 var efc:ui.EffectAnimationDemoUI = new ui.EffectAnimationDemoUI(); //...
来源: Laya2.0_文档 发布时间: 20210715
...四节)。 开启版本管理:勾选后,将会对发布的文件名添加key值用于版本管理映射,可以有效避免缓存或CDN带来的错误加载影响。 开启远程主包:勾选后,可以将主包放到远程CDN,用于适配淘宝小部件。如果资源也进行了远程...
来源: Laya3.0_文档 发布时间: 20241014
...资源面板里的 ProgressBar 组件,拖放到页面编辑区,即可添加 ProgressBar 组件到页面上。 ProgressBar 的脚本接口参考 [ProgressBar API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VSlider)。 Prog...
来源: Laya2.0_文档 发布时间: 20210715
...资源,在图片资源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(Res,Handler.create(this,graphicsImg)); } private function graphicsImg():void { img = new Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTexture(Laya.loader.getRes(Res),150,5...
来源: Laya2.0_文档 发布时间: 20210714
...择资源面板里的 ComboBox 组件,拖放到页面编辑区,即可添加 ComboBox 组件到页面上。 ComboBox 的脚本请接口参考 [ComboBox API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.ComboBox)。 ComboBox ...
来源: Laya2.0_文档 发布时间: 20210714
...择资源面板里的 VScrollBar 组件,拖放到页面编辑区,即可添加 VScrollBar 组件到页面上。 VScrollBar 组件的脚本接口请参考 [VScrollBar API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VScrollBar)...
来源: Laya2.0_文档 发布时间: 20210715