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

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

1. 程序蓝图 · LayaAir3.0文档 · LAYABOX [ 100%]

...有一个执行类型输入引脚(excute),一个目标类型引脚(target),一个执行类型输出引脚(then)。 (图2-2) 分支节点,包括Sequence 、Branch、forLoop、forEach。 Sequence用于顺序执行,不等待异步操作。 (图2-3) Branch用于进行判断...

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

2. UI运行时 · LayaAir3.0文档 · LAYABOX [ 96%]

...s.searchButton(child); } } } //处理按钮缩放事件 onButtonScaleEvent(target: Laya.Button) { target.on(Laya.Event.MOUSE_DOWN, this, this._onScaleBtnDown); target.on(Laya.Event.MOUSE_UP, this, this._onScaleBtnOut); } //按钮放大 _onScaleBtnDown(e: Laya.Event) { console.log("开始缩放"); e....

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

3. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 89%]

...Controll extends Laya.Script { @property( { type: Laya.Sprite3D } ) public target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;//相机与目标竖直高度参数 public distanceAway: number = 10;//相机与目标水平距离参数 public smooth: number = 2;//...

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

4. 事件管理 · LayaAir3.0文档 · LAYABOX [ 87%]

...2.6 删除指定作用域所有侦听 offAllCaller /** * 移除caller为target所有事件侦听 * @param caller caller对象 */ offAllCaller(caller: any) 用于从事件分发器对象中删除指定作用域所有侦听器。例如,uiBtn按钮注册了多个事件侦听,可以用of...

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

5. 使用3DUI · LayaAir3.0文档 · LAYABOX [ 73%]

...uper(); Main.instance = this; } @property({ type: Laya.Sprite3D }) private target: Laya.Sprite3D; public animator: Laya.Animator; onAwake(): void { //获得状态机 this.animator = this.target.getComponent<Laya.Animator>(Laya.Animator); } } 最后来看看运行效果: (动图2-10) 到...

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

6. HTML文本 · LayaAir3.0文档 · LAYABOX [ 62%]

...;朋友abc11''31ABC朋友</span><span href='http://www.baidu.com' target='_blank'>百度</span>"; Laya.stage.addChild(html); 运行效果: Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:43 img{cursor:pointer}

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

7. 动画状态机详解 · LayaAir3.0文档 · LAYABOX [ 57%]

...因此我们可以这样获取: //获得状态机 this.animator = this.target.getComponent<Laya.Animator>(Laya.Animator); 注:这段代码来自“3D入门示例”“Animator”场景。 3.4 编辑动画状态机 动画状态机 面板中,可以做一些常规操作,如动图3-5...

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

8. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 50%]

...ormal”时,进行命令缓存。 当值为”bitmap”时,使用renderTarget缓存。这里需要注意是,webGL下renderTarget缓存模式有2048大小限制,超出2048会额外增加内存开销。另外,不断重绘时开销也比较大,但是会减少drawcall,渲染性能最高...

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