大约有 819 项符合查询结果, 库内数据总量为 30,936 项。 (搜索耗时: 0.0049 秒)
Laya3.0_api(330) Laya2.0_api(175) Laya_社区(152) laya_api(131) Laya2.0_文档(17) Laya_示例(6) Laya3.0_文档(5) Laya2.0_示例(3)
...yByIndex showDisplayByName showSlotData createSkinMesh isSameMatrix Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...s FontClipInheritanceFontClip Clip UIComponent Sprite Node EventDispatcher Object 字体切片,简化版的位图字体,只需设置一个切片图片和文字内容即可使用,效果同位图字体 使用方式:设置位图字体皮肤skin,设置皮肤对应的字体内容sheet(如果...
来源: Laya2.0_api 发布时间: 20190513
...回文件路径。 */ export function canvasToTempFilePath( this: string, object: _canvasToTempFilePathObject ): void; 这是wx.d.ts里写的 我看文档说用这个获取分享用 再问下 微信中的Canvas在laya中如何获取啊 ? A • 2018-11-29 11:41 @柒汐夜:我看以前文档是 let ...
来源: Laya_社区 发布时间: 20181122
...Array setNumberArray setVector2Array setVector3Array setVectorArray Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...); console.log("desc:"+ pJson.desc); }); ``` ### 2. IOS系统下Objective-C中编码 (注: LayaNative中提供了一个消耗性商品示例类IAPManager类作为参考) ```javascript // MarketAppStore.mm文件中的LP_CZ方法中添加内购相关代码, 然后在JavaScript中调用con...
来源: Laya2.0_文档 发布时间: 20210715
...ceFrameClip FrameAnimation AnimationPlayerBase Sprite Node EventDispatcher Object 关键帧动画播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值...
来源: laya_api 发布时间: 20170422
...ample endSample expoertFile setPerformanceDataTool showFunSampleFun Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...ic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaExport.DataManager.getAnimatorComponentData (UnityEngine.GameObject gameObject, .JSONObject component, System.Collections.Generic.List`1 linkSprite) LayaExport.DataManager.getComponents...
来源: Laya_社区 发布时间: 20180125
...rootNode.childNodes; for (var i:int = 0; i < nodes.length; i++) { var node:Object = nodes[i]; // 本节点为元素节点 if (node.nodeType == 1) { trace("节点名称: " + node.nodeName); trace("元素节点,第一个子节点值为:" + node.firstChild.nodeValue); } // 本节点是文本节点 ...
来源: Laya2.0_示例 发布时间: 20250313
...览器地址传过来的GET参数 (此问题已经无效) 关于同为object层,层级设置无效的问题 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, lh文件内meshSprite添加阴影属性无效 问题状...
来源: Laya_社区 发布时间: 20170410