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

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

191. laya.net.HttpRequest [ 49%]

...:Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中...

来源: laya_api 发布时间: 20170929

192. laya.d3.component.animation.KeyframeAnimations [ 49%]

...:Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中...

来源: laya_api 发布时间: 20170929

193. laya.net.HttpRequest [ 49%]

...:Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中...

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

194. laya.d3.core.MeshRenderer [ 48%]

...ightmapIndex : int 获取光照贴图的索引。 BaseRender lightmapScaleOffset : Vector4 获取光照贴图的缩放和偏移。 BaseRender material : BaseMaterial 返回第一个实例材质,第一次使用会拷贝实例对象。 BaseRender materials : Vector.<BaseMaterial> 获取潜拷...

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

195. 基础文本 · LayaAir3.0文档 · LAYABOX [ 48%]

...ishScrollText); } /* 停止滚动文本 */ finishScrollText() { Laya.stage.off(Laya.Event.MOUSE_MOVE, this, this.scrollText); Laya.stage.off(Laya.Event.MOUSE_UP, this, this.finishScrollText); } /* 鼠标滚动文本 */ scrollText() { let nowX = this.txt.mouseX; let nowY = this.txt.mouseY; this.txt.s...

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

196. laya.display.Sprite_API3.0 [ 48%]

... hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCall...

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

197. laya.d3.core.material.PBRMaterial_API3.0 [ 48%]

...oyed detailAlbedoTexture detailNormalScale detailNormalTexture detailTilingOffset emissionColor emissionIntensity emissionTexture enableEmission enableVertexColor gpuMemory id materialRenderMode normalTexture normalTextureScale obsolute occlusionTexture occlusionTextureStrength parallaxTexture paral...

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

198. 2.2.0 Html使用img标签解析错误 [ 48%]

...3beta,然后在HTMLImageElement的reset方法里加了一行:this._tex.off(Laya.Event.READY, this, this.onloaded); 其他没区别 133*****831 • 2019-10-29 14:10 嗯,升级2.3.0版本,Unity3D也要升级2018.4了,看样子无解了,直接升级了

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

199. 【分享】通过命令行调用compile.js编译,不使用laya-cmd [ 47%]

...分享】通过命令行调用compile.js编译,不使用laya-cmd  @echo off chcp 65001>nul ::LayaAirIDE目录,根据自己的目录修改 set IDE_DIR=%~dp0..\..\LayaAirIDE\ set IDE_APP_DIR=%IDE_DIR%resources\app\ set gulpjs=%IDE_APP_DIR%node_modules\gulp\bin\gulp.js set compilejs=%~dp0.laya\...

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

200. 针对2.0.0 beta5 setLoadingPage 做增强 [ 47%]

...) this.on(Laya.Event.PROGRESS, this, this.onProgress) } onDestroy() { this.off(Laya.Event.PROGRESS, this, this.onProgress) } onProgress(val) { // 渲染界面效果 this.text.text += `\r\n${(val * 100).toFixed(2)}%` } } page2Runtime.jsexport default class page2 extends Laya.Scene { constructor() { s...

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