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

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

1961. laya.display.Sprite_API3.0 [ 27%]

...te 默认不接受鼠标事件,即mouseEnabled=false,但是只要对其监听任意鼠标事件,会自动打开自己以及所有父对象的mouseEnabled=true。所以一般也无需手动设置mouseEnabled。 LayaAir引擎API设计精简巧妙。核心显示类只有一个Sprite。Sprite针...

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

1962. 缓动动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 27%]

...这时就可以用到缓动完成回调,在回调函数中再加入按钮监听。 ##### delay delay是延迟执行的时间,稍后会通过实例中的延迟执行制作出文本缓动的波动效果。 ### 3. 缓动实例 #### 3.1 Tween.from()的实例 下列代码中,我们先通过Tween.fr...

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

1963. laya.ani.AnimationTemplet_API3.0 [ 26%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

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

1964. laya.particle.ParticleTemplate2D_API3.0 [ 26%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

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

1965. laya.resource.BaseTexture_API3.0 [ 26%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

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

1966. laya.resource.VideoTexture_API3.0 [ 24%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

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

1967. laya.resource.Texture_API3.0 [ 24%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

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

1968. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 24%]

...t', (event) => { // event.code 会是下面其中一个: // START — 监听器正在启动(重启) // BUNDLE_START — 构建单个文件束 // BUNDLE_END — 完成文件束构建 // END — 完成所有文件束构建 // ERROR — 构建时遇到错误 // FATAL — 遇到无可修复的...

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

1969. Laya.URL.basePath加载不到网络资源 [ 23%]

...到舞台的3D模型不显示贴图 TextInput重写onFocus和onBlur事件监听不到 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 请问下加载TFF字体要怎么加载呢? laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined ...

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

1970. Spine渲染器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 23%]

...循环播放 this.btn.on(Laya.Event.CLICK, this, this.changeAttachment); //监听点击事件,触发切换武器的方法 //以下基础设置可以在IDE里设置,这样代码就不用添加了,此处仅为演示代码使用方式 //设置外部皮肤对象 this.spine.externalSkins = [this.we...

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