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

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

541. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 59%]

...ContextInstance createFromPool destroyUnusedResources recoverToPool Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Inherited property Inherited method Inherited accessor Enumeration Interface

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

542. laya.ui.TextArea [ 59%]

...nheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node...

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

543. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 59%]

...reate clearPool createFromPool destroyUnusedResources recoverToPool Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Inherited accessor Enumeration Interface Static method

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

544. 二次开发 · LayaAir3.3 · 引擎文档 · LAYABOX [ 59%]

...在JavaScript层调用移动端的原生开发语言(Android下Java, iOS下Objective-C)编写的静态函数。 1.1 JavaScript层 JavaScript层的调用方式:在构建发布前,使用LayaAir-IDE在脚本中添加如下代码,发布后会将TS编译为JS: var os = conchConfig.getOS(); var br...

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

545. 小游戏取消自动缓存后MiniAdpter.autoCacheFile=false, 怎样去加载自己手动缓存的本地文件 [ 59%]

...   */         public static function getFileInfo(fileUrl:String):Object {             return MiniFileMgr.getFileInfo(fileUrl);         }                  /**          * 获取缓存文件列表          * @return          */   ...

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

546. laya.d3.core.scene.Lightmap_API3.0 [ 59%]

...ghtmap" Lightmap lightmapColor lightmapDirection ApplyLightmapEvent Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface Static property

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

547. laya.utils.Byte [ 59%]

...thods | Constants Packagelaya.utilsClasspublic class ByteInheritanceByte Object Byte 类提供用于优化读取、写入以及处理二进制数据的方法和属性。 注意: Byte 类适用于需要在字节层访问数据的高级开发人员。 Public Properties PropertyDefined By  buffe...

来源: laya_api 发布时间: 20170929

548. laya.d3.animation.AnimationEvent_API3.0 [ 59%]

...on/AnimationEvent" AnimationEvent constructor eventName params time Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

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

549. laya.d3.core.render.InstanceRenderElement_API3.0 [ 59%]

...nderUpdatePre clear compileShader recover updateInstanceData create Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Enumeration Interface Static method

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

550. 小游戏环境下 声音的缓存机制导致更换声音文件失败 [ 59%]

..._audioCache[this.readyUrl]) { event(Event.COMPLETE); return; } var fileObj:Object = MiniFileMgr.getFileInfo(url); if(MiniAdpter.autoCacheFile&& fileObj && fileObj.readyUrl == url) { onDownLoadCallBack(url,0); }else { if(!MiniAdpter.autoCacheFile) { onDownLoadCallBack(url,0); }else { ...

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