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

大约有 2,143 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)

531. laya.d3.physics.shape.StaticPlaneColliderShape_API3.0 [ 78%]

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/physics/shape/StaticPlaneColliderShape" StaticPlaneColliderShape Class StaticPlaneColliderShape StaticPlaneColliderShape 类用...

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

532. LayaAir IDE 1.4.0新增功能 附加(扩展)脚本的使用 [ 78%]

...game.Btn) G、写类逻辑,实现按钮缩放控制(主类下需要对Animation用到的图集进行一次预加载,预加载完成后开始显示ExpandPage界面)package game { import laya.display.Sprite; import laya.events.Event; public class Btn { private var _owner:Sprite; private var _isS...

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

533. Laya.Animator没有动画播放完事件 [ 78%]

Laya.Animator没有动画播放完事件 官方文档错误,我就不发demo了如下是官方文档里的代码this.ani = role3D.getChildAt(0).getComponentByType(Laya.Animator) as Laya.Animator; //监听默认动画完成后播放站立动画 this.ani.on(Laya.Event.COMPLETE,this,this.onAniComplete...

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

534. layaAir里面,如何让一个多个动画重复执行? [ 78%]

...相关的链接 提交 3 个回复 jiaoxueoo 赞同来自: 用图集动画Animation加载 play的方法有参数表示是否循环 /**          * 播放动画。          * @param    start 开始播放的动画索引或label。          * @param    loop 是否循环。    ...

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

535. Timer类有没有AS3那样的reset();stop();start()方法呢? [ 78%]

...帮助, FD 宏编译时 出现 试图访问该方法时失败 关于动画ani文件,编辑ani文件需不需要使用loadanimation方法加载?在最开始的加载吗?还有 我只加载动画使用的资源好想不可以?还有使用Laya.Loader的方式能不能加载ani文件? load方...

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

536. laya.d3.core.Bounds_API3.0 [ 78%]

Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor...

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

537. laya.physics.joint.PulleyJoint_API3.0 [ 78%]

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/joint/PulleyJoint" PulleyJoint Class PulleyJoint 滑轮关节:它将两个物体接地(ground)并彼此连接,当一个...

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

538. Animation如何获取图集单帧实际宽高 [ 77%]

Animation如何获取图集单帧实际宽高 单帧都是500x400,人物脚在图片中心 加载完图集后的Animation怎么获得400x500的宽高 另外Animation的getBounds()返回的数据浏览器和手机里是不一样的,咋回事? 手机: 网页: 代码: ani.loadAtlas("res/at...

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

539. 资源加载后的 回调 [ 77%]

...序中用下面的语句加载资源,每次加载完成后回调loadselectanimation Laya.loader.load(picurl,Handler.create(this, this.loadselectanimation,arrr),null,Loader.ATLAS); 现在的问题是,同一个资源第二次加载的时候,就不执行回调函数了. 是不是第一次加载以后...

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

540. 用Loader加载完atlas,然后使用animation播放问题 [ 77%]

用Loader加载完atlas,然后使用animation播放问题 this._load = new Laya.Loader() this._load.on(Laya.Event.ERROR, this, this.onError); this._load.on(Laya.Event.COMPLETE, this, this.loadComplete); this._load.load(this._data.url, Laya.Loader.ATLAS, true); 加载完成后 this._ani = new Animat...

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