大约有 819 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0047 秒)
Laya3.0_api(330) Laya2.0_api(175) Laya_社区(152) laya_api(131) Laya2.0_文档(17) Laya_示例(6) Laya3.0_文档(5) Laya2.0_示例(3)
...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
...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
...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
...在JavaScript层调用移动端的原生开发语言(Android下Java, iOS下Objective-C)编写的静态函数。 1.1 JavaScript层 JavaScript层的调用方式:在构建发布前,使用LayaAir-IDE在脚本中添加如下代码,发布后会将TS编译为JS: var os = conchConfig.getOS(); var br...
来源: Laya3.0_文档 发布时间: 20250310
... */ public static function getFileInfo(fileUrl:String):Object { return MiniFileMgr.getFileInfo(fileUrl); } /** * 获取缓存文件列表 * @return */ ...
来源: Laya_社区 发布时间: 20180809
...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
...thods | Constants Packagelaya.utilsClasspublic class ByteInheritanceByte Object Byte 类提供用于优化读取、写入以及处理二进制数据的方法和属性。 注意: Byte 类适用于需要在字节层访问数据的高级开发人员。 Public Properties PropertyDefined By buffe...
来源: laya_api 发布时间: 20170929
...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
...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
..._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