大约有 6,906 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0179 秒)
Laya_社区(6235) Laya2.0_文档(147) Laya3.0_api(118) laya_api(102) Laya2.0_api(90) Laya_示例(86) Laya3.0_文档(71) Laya2.0_示例(57)
...点时报abort 41错误 引擎版本:laya 2.3.0 出现qin情况:一个sprite3d节点添加另一个sprite3d的时候 附件 : --> 2020-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来...
来源: Laya_社区 发布时间: 20200302
...被折叠 要回复问题请先登录 发起人 185*****024 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 如何设置Sprite的宽高和点击区域? 使用钢体设置防穿后仍有几率会穿透 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 求指...
来源: Laya_社区 发布时间: 20200508
.../plane.png"; private plane2:string = "res/untitled.png"; private img: Laya.Sprite; private flag: boolean = false; constructor() { Laya.init(1000,800); this.img = new Laya.Sprite; this.img.loadImage(this.plane1); Laya.stage.addChild(this.img); this.img.graphics.clear(); this.img.loadImage(this.plane2...
来源: Laya_社区 发布时间: 20180406
Laya3D,支持的IOS版本最低是多少? 使用LAYA3D,到加载Sprite3D对象到场景上的时候,遇到个问题。在PC端浏览器可以正常打开正常渲染,但是在苹果手机上,ios9以下版本(测试用了ios8.3和8.4),只出现声音。画面卡主不动了。后来...
来源: Laya_社区 发布时间: 20180305
...Laya.VertexElementUsage.NORMAL0 }; var uniformMap = { 'u_MvpMatrix': [Laya.Sprite3D.MVPMATRIX, Laya.Shader3D.PERIOD_SPRITE], 'u_WorldMat': [Laya.Sprite3D.WORLDMATRIX, Laya.Shader3D.PERIOD_SPRITE] }; var customShader: number = Laya.Shader3D.nameKey.add("CustomShader"); var vs: string = "attribute vec...
来源: Laya_社区 发布时间: 20180904
... at PhysicsCollider.__proto._onAdded (libs/laya.d3.js:41745) at Sprite3D.__proto._addComponentInstance (libs/laya.core.js:21498) at Sprite3D.__proto.addComponent (libs/laya.core.js:21573) at Function.Utils3D._createNodeByJson (libs/laya.d3.js:10690) at Function.Utils3D._...
来源: Laya_社区 发布时间: 20190622
...相关的链接 提交 1 个回复 李伟 赞同来自: var Wall_TL = new Sprite(); Laya.stage.addChild(Wall_TL); Wall_TL.graphics.drawRect(0, 0, 400, 32, "#ffff00"); Wall_TL.pivot(200, 16); var Collision_Wall_TL:any = Matter.Bodies.rectangle(200, 400, 400, 32, { layaSprite:Wall_TL,isStatic: true...
来源: Laya_社区 发布时间: 20180529
...候,把a的纹理取出来重新绘制,但是好像没有效果 var a:Sprite = new Sprite(); var count:int = 0; for(var i:int=0; i<200; i++) { for(var j:int=0; j<100; j++) { if(count == 10000) { var htmlCanvas:HTMLCanvas = a.drawToCanvas(width,height,0,0); var texture:Texture = new Texture...
来源: Laya_社区 发布时间: 20181113
...ll Inherited Externals Only exported Menu Globals "laya/d3/core/light/LightSprite" LightSprite Class LightSprite deprecated LightSprite 类用于创建灯光的父类。 Hierarchy Sprite3D LightSprite DirectionLight PointLight SpotLight Index Constructors constructor Properties _extra _scene _url na...
来源: Laya3.0_api 发布时间: 20231115
...示例代码如下: ```javascript package { import laya.display.Sprite; import laya.display.Stage; import laya.webgl.WebGL; public class Sprite_DrawShapes { private var sp:Sprite; publi...
来源: Laya2.0_文档 发布时间: 20210714