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

大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0134 秒)

381. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 82%]

...ndex.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tree)。 ### 1.1 Tree 组件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动条 VScrollBar; ### 1.2 Tree 组件的单元格通常由四部分组成: - 一个单元格...

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

382. 新版的ide发布的问题,,, [ 82%]

新版的ide发布的问题,,, 1.x的时候,文件提取,只是把选择的文件提取到指定的文件夹, 2.x的提取本地包,是先把指定的文件清空,然后在拷贝过去,,  这个能不能像1.x版本那样,,不清空指定的文件,,直接拷贝复制就...

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

383. laya.d3.core.particleShuriKen.module.GradientAngularVelocity [ 82%]

...Velocity  type : int[read-only] 命周期角速度类型,0常量模式,1曲线模式,2随机双常量模式,3随机双曲线模式。 GradientAngularVelocityPublic Methods  MethodDefined By  GradientAngularVelocity() 创建一个 GradientAngularVelocity,不允许new,请使用静态创...

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

384. laya.d3.core.particleShuriKen.module.GradientAngularVelocity [ 82%]

...Velocity  type : int[read-only] 命周期角速度类型,0常量模式,1曲线模式,2随机双常量模式,3随机双曲线模式。 GradientAngularVelocityPublic Methods  MethodDefined By  GradientAngularVelocity() 创建一个 GradientAngularVelocity,不允许new,请使用静态创...

来源: laya_api 发布时间: 20170929

385. laya.ui.Image_API3.0 [ 82%]

.../创建一个 Image 类的实例对象 bg ,并传入它的皮肤。 bg.x = 100;//设置 bg 对象的属性 x 的值,用于控制 bg 对象的显示位置。 bg.y = 100;//设置 bg 对象的属性 y 的值,用于控制 bg 对象的显示位置。 bg.sizeGrid = "40,10,5,10";//设置 bg 对象的...

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

386. 2.0版本可用的CameraMoveScript.ts [ 82%]

...eRotation(): void {         if (Math.abs(this.yawPitchRoll.y) < 1.50) {             Laya.Quaternion.createFromYawPitchRoll(this.yawPitchRoll.x, this.yawPitchRoll.y, this.yawPitchRoll.z, this.tempRotationZ);             this.tempRotationZ.cloneTo(this.camera.transfo...

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

387. 骨骼动画drawcall合并 [ 82%]

骨骼动画drawcall合并 骨骼动画用到了mesh,1.x版本drawcall不能合并,目前游戏一个界面用了20个骨骼动画,drawcall直接飙到几百,虽然还能跑60帧,但发热量太高了。这个官方能修复下吗?我看2.x好像是可以合并了的. 还有请问下,...

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

388. laya的hitTestPoint没有第三个参数吗,只检测到矩形碰撞?惨了我as3人物的精确碰撞都靠第三个参数 怎么改装成h5? [ 82%]

... (true) 的实际像素,还是检查边框 (false) 的实际像素。 2017-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan 赞同来自: 我们API中没有第三个参数,因为像素级的碰...

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

389. drawToTexture 绘制函数不工作呢 [ 82%]

..._rect.x = 0;         top_rect.y = 0;         top_rect.size(100, 100);         top_rect.graphics.drawRect(0, 0, 100, 100, "#0000FF", "#000000", 1);          Laya.stage.addChild(top_rect);          let rect_bottom: Laya.Sprite = new Laya.Sprite();       ...

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

390. DOM元素-表单输入 [ 82%]

...age.bgColor = "#FFFFFF"; this.form = new Laya.Sprite(); this.form.size(250,120); this.form.pos((Laya.stage.width - this.form.width) / 2, (Laya.stage.height - this.form.height) / 2); Laya.stage.addChild(this.form); this.rowHeight = 30; this.rowSpacing = 10; var rowHeightDelta = this.rowSpacing + this...

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