大约有 141 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0032 秒)
Laya_社区(114) Laya2.0_文档(9) Laya3.0_文档(8) Laya3.0_api(6) laya_api(1) Laya2.0_示例(1) Laya_示例(1) Laya2.0_api(1)
...方式,头像还是不能显示。这是打印的信息:level:1,code:1,info1:BK.Image.bkJSImageLoadImage! loadImage failed:/storage/emulated/0/Tencent/MobileQQ//.apollo/game/3458/9CFAF60A5787F4F3940EAE7141B20ABE.png,info2:,info3: 152*****351 • 2018-09-13 20:38 @OneWay: 我是这样写的 var s...
来源: Laya_社区 发布时间: 20180426
...CHANGE, this, onOrientationChange); function onOrientationChange(absolute, info) { if (info.alpha === null) { addLog("当前设备不支持陀螺仪。"); return; } else if (firstTime && !absolute && !Browser.onIOS) { firstTime = false; addLog("在当前设备中无法获取地球坐...
来源: Laya_社区 发布时间: 20171015
...夹下,插上手机,打开手Q,然后编译报错 level=1, code=-1, info1=Execute JS Error![TypeError: this.ctx.transform is not a function. (In 'this.ctx.transform(a,b,c,d,tx,ty)', 'this.ctx.transform' is an instance of RectTransform)]: line = 6253, column = 21, sourceURL = /var/containers/Bu...
来源: Laya_社区 发布时间: 20181009
...官方发给我的新代码替换后了,反而报错了: level=1, code=-1, info1=Execute JS Error![TypeError: Attempting to change the setter of an unconfigurable property.]: line = 1075, column = 24, sourceURL = /Users/tsubasa/Library/Developer/CoreSimulator/Devices/565D33C9-E1BA-42BF-87C3-3282FD83...
来源: Laya_社区 发布时间: 20180328
...个图层中。这个图层可以是对象层 也可以是格子 class GameInfo{ private tiledMap: Laya.TiledMap; private sp:Laya.Sprite; constructor(){ console.info("start"); this.init(); } init():void{ Laya.init(800, 700, Laya.WebGL); Laya.loader.load("res/atlas/images.atlas",Laya.H...
来源: Laya_社区 发布时间: 20171125
...meters renders: MeshRenderer[] Returns StaticBatchMeshRender[] merge merge(info: StaticMeshMergeInfo): StaticBatchMeshRender Defined in laya/d3/component/staticmesh/StaticMeshBatchManager.ts:39 Parameters info: StaticMeshMergeInfo Returns StaticBatchMeshRender Globals "laya/d3/component/staticmesh/S...
来源: Laya3.0_api 发布时间: 20231102
... Sprite2DVertex.glsl u_clipMatDir 裁剪方向 Sprite2DVertex.glsl u_blurInfo 模糊信息 Sprite2DFrag.glsl 四、attributeMap attributeMap由一个个的attribute组成。attribute主要包括了基础顶点数据和纹理相关数据两类,它们通常是只读的。这些attribute数据在顶...
来源: Laya3.0_文档 发布时间: 20241119
...微信小游戏中如何加载XML文件? 使用Laya.loader.load("res/xml/info.xml", Laya.Handler.create(null, onLoadedXML),null,Laya.Loader.XML);来加载xml文件,在网页中能正常加载,在微信小游戏中显示 request:fail invalid url "res/xml/info.xml"。 2018-05-19 添加评论 免...
来源: Laya_社区 发布时间: 20180519
...test debug print ---"); console.error("--- test error print ---"); console.info("--- test Info print ---"); console.warn("--- test Trace print ---"); 打包apk后 使用模拟器运行 DDMS查看打印内容 发现在logcat中打印的内容不是标记为红色的 但是在layabox中 consol...
来源: Laya_社区 发布时间: 20180302
...tex: VertexBuffer3D index: IndexBuffer3D Returns void Static create create(info: StaticMeshMergeInfo): StaticBatchMesh Defined in laya/d3/component/staticmesh/StaticBatchMesh.ts:26 Parameters info: StaticMeshMergeInfo Returns StaticBatchMesh Globals "laya/d3/component/staticmesh/StaticBatchMesh" Sta...
来源: Laya3.0_api 发布时间: 20231115