大约有 116 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0041 秒)
...制体设置Laya.RopeJoint的otherbody属性,怎么设置怎么失败。 import UIcontrol from "./UIcontrol"; /** * * @ author:shiguanqing * @ email:0110110110@qq.com * @ data: 2022-04-09 15:53 */ export default class fruit extends Laya.Script { static Fru:fruit; public rope:Laya.Rop...
来源: Laya_社区 发布时间: 20220413
...又达到高性能。 example 创建了一个 Sprite 实例。 package { import laya.display.Sprite; import laya.events.Event; public class Sprite_Example { private var sprite:Sprite; private var shape:Sprite public function Sprite_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染...
来源: Laya3.0_api 发布时间: 20231115
...Side = false后,点击外面依旧会关闭弹窗 laya2.0 ts脚本需要 import ** from ** 问题 LayaAirIDE无法打开代码编辑器,原因初次安装填写路径错误 layaAirIde 的导出ui代码的脚本在哪里 Browser获取的运行环境信息,太不准确了吧? 提示错误在la...
来源: Laya_社区 发布时间: 20170313
...2](img/12.png) 在弹出的Image Manager面板里,点击Image菜单中的Import image选项,将需要用到的单张位图导入进来。  当选中其中一个位图后,会出现一个绑定该位图信息的面板,其中最核心的就是Id值,如下图所示:  2018-05-24 0 1 分享 微博 QZONE 微信 龙印 赞同来自: 微信小游戏---引入第三方库的方法 2019-02-25 0 0 分享 微博 QZONE 微信 为什么被...
来源: Laya_社区 发布时间: 20180524
...atically generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; export module ui { export class BGPageUI extends View { constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("BGPage...
来源: Laya_社区 发布时间: 20181014
...ya.stage.height,alpha:0},200,Laya.Ease.linearIn); } import { ui } from "./ui/layaMaxUI"; export default class ShopDialog extends ui.ShopDialogUI { constructor() { super(); this.popupEffect = Laya.Handler.create(this, this.showEffect); this.closeEffect = Laya.Handler.create(thi...
来源: Laya_社区 发布时间: 20190121