大约有 355 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
...is.hScrollBar.changeHandler = new Handler(this, this.onChange); //加载到舞台 Laya.stage.addChild(this.hScrollBar); //创建提示信息 this.createPromptText(this.hScrollBar) } /***创建提示信息***/ private createPromptText(scrollBar:ScrollBar):void { //实例化提示信息 this.promptTex...
来源: Laya2.0_文档 发布时间: 20210715
...is.vScrollBar.changeHandler = new Handler(this, this.onChange); //加载到舞台 Laya.stage.addChild(this.vScrollBar); //创建提示信息 this.createPromptText(this.vScrollBar) } /***创建提示信息***/ private createPromptText(scrollBar:ScrollBar):void { //实例化提示信息 this.promptTex...
来源: Laya2.0_文档 发布时间: 20210715
... 要回复问题请先登录 发起人 illegaldriver 相关问题 加载到舞台的3D模型不显示贴图 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~...
来源: Laya_社区 发布时间: 20180412
...会在调用open方法后,延迟打开loading界面,在页面添加到舞台之后,关闭loading界面 Laya.Scene.showLoadingPage(param: any = null, delay: number = 500) 显示loading界面,打开参数,如果是scene,则会传递给 onOpened 方法。延迟打开时间,默认500毫秒...
来源: Laya3.0_文档 发布时间: 20241014
...omplete); this.mFactory.loadAni(aniPath); } // 动画解析完成,添加到舞台,并且开始swim parseComplete(): void { this.mArmature = this.mFactory.buildArmature(0); this.mArmature.x = 0; this.mArmature.y = 0; this.addChild(this.mArmature); this.mArmature.play(this.SWIM_RIGHT_ANI_NAME, true)...
来源: Laya_社区 发布时间: 20161209
...屏,使得新添加的元素始终保持在最底部显示? 加载到舞台的3D模型不显示贴图 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined unity中的模型导出后在laya中显示不正常 从unity导出的场景透贴和模型烘...
来源: Laya_社区 发布时间: 20180703
...问题 请问LayaAir中如何使图片以圆形的方式显示? 加载到舞台的3D模型不显示贴图 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不...
来源: Laya_社区 发布时间: 20230701
...添加到matter.js里的物理引擎世界里 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 问题状态 最新活动: 2016-12-19 11:15 浏览: 3931 关注: 7 人
来源: Laya_社区 发布时间: 20160804
...urce : Texture 对象的纹理资源。 Image stage : Stage[read-only] 对舞台 stage 的引用。Sprite staticCache : Boolean 是否静态缓存此对象的当前帧的最终属性。为 true 时,子对象变化时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新...
来源: laya_api 发布时间: 20170929
...默认值为0。以角度为单位。Sprite stage : Stage[read-only] 对舞台 stage 的引用。Sprite staticCache : Boolean设置cacheAs为非空时此值才有效,staticCache=true时,子对象变化时不会自动更新缓存,只能通过调用reCache方法手动刷新。Sprite texture :...
来源: Laya2.0_api 发布时间: 20190513