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

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

1. sprite做的按钮点击无反应? [ 100%]

...rite = new Sprite(); btn.size(w, h); btn.graphics.drawRect((stageWd - w) * 0.5, (stageHt - h) * 0.5-50, w, h, "#FF7F50"); btn.graphics.fillText("确 定", (stageWd) * 0.5 , (stageHt - h) * 0.5-43, "25px SimHei", "#FFFFFF", "center"); //dialog_mc.addChild(btn); Laya.stage.addChild(btn); btn.on(Event....

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

2. Mesh网格-自定义网格 [ 99%]

.../正方体 var box = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(0.5, 0.5, 0.5))); box.transform.position = new Laya.Vector3(1.5, 0.25, 0.6); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); //球体 var sphere = scene.addChild(new Laya.MeshSprite3D(new Laya.SphereMesh(0.25)...

来源: Laya_示例 发布时间: 20241117

3. laya.d3.resource.models.PrimitiveMesh [ 99%]

...[static] 创建Box网格。 PrimitiveMesh  createCapsule(radius:Number = 0.5, height:Number = 2, stacks:int = 16, slices:int = 32):Mesh[static] 创建一个胶囊体模型 PrimitiveMesh  createCone(radius:Number = 0.5, height:Number = 1, slices:int = 32):Mesh[static] 创建一个圆锥体模型 ...

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

4. 射线检测-选取物体 [ 99%]

.../正方体 var box = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(0.5, 0.5, 0.5))); var boxMat = new Laya.StandardMaterial(); boxMat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); box.meshRender.material = boxMat; box.transform.position = new Laya.Vector3(...

来源: Laya_示例 发布时间: 20241117

5. progress初始化value为0.5有问题 [ 99%]

progress初始化value为0.5有问题 编译器和代码无论怎么设置为0.5都没用,日志打印value的值也是0.5,我就纳闷儿了,他初始化的状态居然是零的效果,只有循环自增的情况下图片才会从0.5的位置开始增加,这个问题让我很方,不知...

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

6. 让 CylinderMesh 支持椎体 [ 98%]

...+]=0; vertices[vc++]=0; vertices[vc++]=1; vertices[vc++]=0; vertices[vc++]=0.5; vertices[vc++]=0.5; } curAngle=tv *sliceAngle; posX=Math.cos(curAngle)*this._radius; posY=halfHeight; posZ=Math.sin(curAngle)*this._radius; vertices[vc++]=posX; vertices[vc++]=posY; vertices[vc++]=posZ; vertices[vc++]=0;...

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

7. 计时器-延迟执行 [ 98%]

...setup() { var vGap = 100; button1 = createButton("点我3秒之后 alpha - 0.5"); button1.x = (Laya.stage.width - button1.width) / 2; button1.y = (Laya.stage.height - button1.height - vGap) / 2; Laya.stage.addChild(button1); button1.on(Event.CLICK, this, onDecreaseAlpha1); button2 = createButton("...

来源: Laya_示例 发布时间: 20241117

8. 计时器-延迟执行 [ 98%]

...let vGap = 100; this.button1 = this.createButton("点我3秒之后 alpha - 0.5"); this.button1.x = (Laya.stage.width - this.button1.width) / 2; this.button1.y = (Laya.stage.height - this.button1.height - vGap) / 2; this.button1.on(Event.CLICK, this, this.onDecreaseAlpha1); this.button2 =this. create...

来源: Laya2.0_示例 发布时间: 20241117

9. 用xml描述创建一个clip,interval字段妖孽无效 [ 97%]

... <layout>         <clip id="1" res="res/logo.png" anchorX="0.5" anchorY="0.5" clipX="4" clipY="4" interval="100"/>     <clip id="2" res="res/light1.png" anchorX="0.5" anchorY="0.5" clipX="4" clipY="4" interval="100"/>     <clip id="3" res="res/light2.png" anchorX="0....

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

10. json图片中带有pivot属性无效吗 [ 96%]

...         },             "pivot": {                 "x": 0.5,                 "y": 0.5             }         },         "idle_02.png": {             "frame": {                 "x": 1,                 "y": 302,                 "w": ...

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