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

大约有 1,215 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0084 秒)

171. laya.ui.VBox_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/VBox" VBox Class VBox VBox 是一个垂直布局容器类。 Hierarchy LayoutBox VBox Index Constructors constructor Properties ...

来源: Laya3.0_api 发布时间: 20231115

172. laya.ui.HBox_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/HBox" HBox Class HBox HBox 是一个水平布局容器类。 Hierarchy LayoutBox HBox Index Constructors constructor Properties ...

来源: Laya3.0_api 发布时间: 20231115

173. Sprite3D 不旋转 [ 83%]

...旋转 一个动画如何设置绕自身中心点旋转,我这么设置_ani.pivot(_ani.width/2,_ani.height/2);不行,而且也没有锚点可以设置,如何实现 (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 计算rotate旋转...

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

174. laya.ui.DialogManager_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/DialogManager" DialogManager Class DialogManager DialogManager 对话框管理容器,所有的对话框都在该容器内,...

来源: Laya3.0_api 发布时间: 20231115

175. 3D粒子特效第一次卡顿最终解决方案 [ 83%]

...什么会跳帧。 unity 粒子特效 laya插件有问题? 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 官网示例摇一摇报错,就解决方案 LayaAir3D 导出和使用U3D粒子特效 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"U...

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

176. laya.d3.core.scene.Scene3D_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/scene/Scene3D" Scene3D Class Scene3D 用于实现3D场景。 Hierarchy Sprite Scene3D Implements ISubmit Index Constructors...

来源: Laya3.0_api 发布时间: 20231115

177. laya.d3.loaders.ShaderParser_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/loaders/ShaderParser" ShaderParser Class ShaderParser Hierarchy ShaderParser Index Methods bindCG compileToTree getCGBlock getDe...

来源: Laya3.0_api 发布时间: 20231115

178. 版本升级出现问题。1.7.6=》1.7.13 .图集全部乱掉了 [ 83%]

...nt:Number = (cur_time / play_time) * (1 - Math.log(cur_time / play_time)); ani.x = startX + (endX - startX) * distance_percent ani.y = startY + (endY - startY) * distance_percent var speed:Number = -Math.log(cur_time / play_time) ani.interval = (35 / speed) > 60 ? 60 : (35 / speed); ani.alpha = s...

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

179. laya.physics.PhysicsDebugDraw_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/PhysicsDebugDraw" PhysicsDebugDraw Class PhysicsDebugDraw 物理辅助线,调用PhysicsDebugDraw.enable()开启,或者...

来源: Laya3.0_api 发布时间: 20231115

180. 图集动画如何暂停 [ 83%]

...请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: ani.stop()停止即可!下次播放的时候再调play()。如果你想从固定的索引暂停固定的索引开始,记录下ani.index,下次play的时候,第一个参数把索引加上就可以了! 2017-04-25 0 0 ...

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