大约有 116 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0054 秒)
...制体设置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
...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