• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 701 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0128 秒)

621. laya.ui.Image [ 45%]

...或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

来源: Laya2.0_api 发布时间: 20190513

622. Spine3D渲染器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 45%]

...2.10 物理更新 physicsUpdate3、常见注意事项(必读)3.1 异步加载导致的播放问题3.2 加载Spine的Json,必须指定类型3.3 存在透明混合的显示差异问题3.4 不要主动加载Spine的atlas和png3.5 3D场景中的坐标转换3.6 快速渲染模式的限制3.7 物理...

来源: Laya3.0_文档 发布时间: 20260203

623. laya.display.Text [ 45%]

...ng):Sprite[static] 根据图片地址创建一个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite getBounds():Rectangle 获取本对象在父容器坐标系的矩形显示区域。 注意...

来源: laya_api 发布时间: 20170929

624. laya.ui.Image [ 44%]

...或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

来源: laya_api 发布时间: 20170929

625. laya.ui.ProgressBar [ 44%]

...ponent Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场...

来源: Laya2.0_api 发布时间: 20190513

626. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 44%]

.../clip_tree_folder.png", "../../../../res/ui/tree/clip_tree_arrow.png" ]; //加载资源 Laya.loader.load(res, new Handler(this, onLoadComplete)); } /***加载资源完成***/ private function onLoadComplete(e:*=null):void { // 组装tree的数据 var treeData:String = ""; //外层循环为树的父...

来源: Laya2.0_文档 发布时间: 20210715

627. HTTP通信 · LayaAir3.4 · 引擎文档 · LAYABOX [ 44%]

...示 this.logger.text = `当前下载进度: ${progress.toFixed(2)}%\n`; // 加载完成后清除进度事件帧监听 if (progress == 100) { this.logger.text = `当前下载进度: 100%\n`; Laya.timer.clear(this, this.onHttpRequestProgress); console.log("加载进度完成,清除进度事件帧听...

来源: Laya3.0_文档 发布时间: 20251010

628. tiledMap类createMap()创建地图 如何理解这个viewRect视口区 [ 44%]

...wRect, new Handler(this, completeHandler));     } /**      * 地图加载完成的回调      */     function completeHandler()     {          //设置缩放中心为左上角         tiledMap.setViewPortPivotByScale(0,0); //放大1.2倍         tiledMap.s...

来源: Laya_社区 发布时间: 20180614

629. Native(android)下创建二维码并显示在页面上 [ 43%]

...自动滚屏,使得新添加的元素始终保持在最底部显示? 加载到舞台的3D模型不显示贴图 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ unity中的模型导出后在laya中显示不正常 请问如何让...

来源: Laya_社区 发布时间: 20200729

630. laya.ui.ProgressBar [ 43%]

...ponent Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall...

来源: laya_api 发布时间: 20170929