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

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

1211. laya获取图片像素后重新设置回去带有透明像素的地方显示有问题 [ 64%]

... tex.bitmap.setPixels(x);              let sp = new Laya.Sprite();             sp.texture = tex;              Laya.stage.addChild(sp)         }     } 附件 : --> 2021-06-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

1212. laya.ui.Panel_API3.0 [ 64%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

来源: Laya3.0_api 发布时间: 20231115

1213. 绘制平明问题 [ 64%]

...同来自: private drawPentagram(): void {             var canvas: Sprite = new Sprite();             Laya.stage.addChild(canvas);             var path: Array<number> = [];             path.push(0, -130);             path.push(33, -33);             path.push...

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

1214. 关于使用chrome进行性能检测的一个问题 [ 64%]

...同的对象,调用第一个的一个方法,走进了第二方法里 sprite旋转以后,但是原来碰撞检测rect没有旋转 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale ...

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

1215. laya.display.Animation_API3.0 [ 64%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

来源: Laya3.0_api 发布时间: 20231115

1216. laya.d3.graphics.StaticBatchManager_API3.0 [ 64%]

...Returns StaticBatchManager Methods Static combine combine(staticBatchRoot: Sprite3D, renderableSprite3Ds?: RenderableSprite3D[]): void Defined in laya/d3/graphics/StaticBatchManager.ts:38 静态批处理合并,合并后子节点修改Transform属性无效,根节点staticBatchRoot可为null,如...

来源: Laya3.0_api 发布时间: 20231102

1217. 物理刚体(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 64%]

...球体模型并添加到舞台上 var sphere = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(1))); //新建一个球形的碰撞盒 var sphereShape = new Laya.SphereColliderShape(1); //给球添加刚体 var sphereRigid = sphere.addComponent(Laya.Rigidbody3D); //将碰撞盒...

来源: Laya2.0_文档 发布时间: 20210715

1218. laya.ui.TipManager_API3.0 [ 64%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

来源: Laya3.0_api 发布时间: 20231115

1219. laya.ui.LayoutBox_API3.0 [ 64%]

...ren?: boolean): LayoutBox Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns LayoutBox Properties Optional _extra _extra: INodeExtra Inherited ...

来源: Laya3.0_api 发布时间: 20231115

1220. TiledMap中的gridWidth|(块的宽度)是哪一部分啊? [ 64%]

...错误 TiledMap创建地图在LayaAir中显示不完全 请教下 如何把sprite的一部分区域保存成一个图片用来上传服务器 请教下,舞台设的宽度是800,600 为什么显示出来看着很小一团?什么办法都试过了~ 请教一下,页面元素在不同的设备上...

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