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

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

441. UI编辑器基础交互 · LayaAir3.0文档 · LAYABOX [ 47%]

...trl + - 缩小 ctrl + 1 恢复到100% ctrl + 鼠标滚轮 自由缩放 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-08-23 11:01:26 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20230823

442. LayaTree调试工具 · LayaAir3.0文档 · LAYABOX [ 47%]

...,会显示红框标记 三、工具服务 LayaTreeQQ群: 200482074 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-08-09 19:52:06 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20230809

443. laya.d3.math.Vector2 [ 47%]

...向量的点积。 Parameters a:Vector2 — left向量。  b:Vector2 — right向量。 ReturnsNumber — 点积。 forNativeElement()method  public function forNativeElement(nativeElements:Float32Array = null):void Parameters nativeElements:Float32Array (default = null)fromArray()method  public ...

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

444. 水平布局容器组件 · LayaAir3.0文档 · LAYABOX [ 47%]

...ild(this.btn3); this.hbox.space = 100; this.hbox.align = "middle"; } } Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-09-22 17:43:15 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20230922

445. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 47%]

...); } onDestroy(): void { if (this.dialog) { this.dialog.close(); } } } Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:52 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20230303

446. 1.7版本要初始化后有些代码才能用了 [ 47%]

...a.init(800,600); //test.text = new laya.display.Text(); // in this line is right test.text.text = "dsafdsdsada"; test.text.color = "#ff0000"; Laya.stage.addChild(test.text); </script> 2017-03-02 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录...

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

447. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 47%]

... payload length into consideration. – Cyclonecode Jul 7 '15 at 10:22 Right, of course, so i need to use the next two (or eight) bytes to store the length instead – BenJacob Jul 7 '15 at 10:25 If the length is between 15 and 65535 bytes then your will have to add a two byte extended lengt...

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

448. 启动画面LoadingView · LayaAir3.0文档 · LAYABOX [ 47%]

...通过LayaBox公众号、官网等联系LayaBox商务进行购买。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:34:16 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20230303

449. 使用音频 · LayaAir3.0文档 · LAYABOX [ 47%]

...stage.on(Laya.Event.FOCUS, this, () => { _sound.play(0); }); …… Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-07-18 17:07:52 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20230718

450. laya.ui.Component [ 47%]

...轴心点会影响对象位置,缩放中心,旋转中心。Sprite  right : Number 从组件右边到其内容区域右边之间的水平距离(以像素为单位)。 Component rotation : Number旋转角度,默认值为0。以角度为单位。Sprite  scaleX : Number[override] X轴缩...

来源: laya_api 发布时间: 20170929