大约有 428 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
...容相关的链接 提交 1 个回复 cuixueying 赞同来自: package { import laya.display.Sprite; import laya.events.Event; import laya.net.Loader; import laya.utils.Ease; import laya.utils.Handler; import laya.utils.Stat; import laya.utils.TimeLine; public class AirDemo { private var sp1:Sprite;...
来源: Laya_社区 发布时间: 20161207
...ientWidth - 120 >> 1, Browser.clientHeight - 100 >> 1); })();module laya { import Browser = Laya.Browser; import Stat = Laya.Stat; export class Debug_FPSStats { constructor() { Laya.init(Browser.clientWidth, Browser.clientHeight); Stat.show(Browser.clientWidth - 120 >> 1, Browser.clientHeight - 100 ...
来源: Laya_示例 发布时间: 20241118
...; Laya.stage.off(Event.MOUSE_UP, this, onApeRelease); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Texture = Laya.Texture; import Browser = Laya.Browser; import Ease = Laya.Ease; import Handler = Laya.Handler; import Tween = Laya.Twee...
来源: Laya_示例 发布时间: 20241118
....pos(x, y); } tick += 0.1; } } new PerformanceTest_Maggots();module laya { import Sprite = Laya.Sprite; import Browser = Laya.Browser; import Handler = Laya.Handler; import Stat = Laya.Stat; import Rectangle = Laya.Rectangle; import WebGL = Laya.WebGL; export class PerformanceTest_Maggots { private ...
来源: Laya2.0_示例 发布时间: 20241118
...USE_UP, this, this.onApeRelease); } } new Interaction_Hold();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Texture = Laya.Texture; import Browser = Laya.Browser; import Ease = Laya.Ease; import Handler = Laya.Handler; import Tween = Laya.Twee...
来源: Laya2.0_示例 发布时间: 20241118
...sp, { "rotation": newAngle }, 1000, Ease.elasticOut); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import Ease = Laya.Ease; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class Interaction_CustomE...
来源: Laya_示例 发布时间: 20241118
...题的.(试过更新到 2.6.1好像也会有这个问题) 源码如下import { ui } from "./../ui/layaMaxUI"; import Util3d from "./Util3d"; import CollisionListener from "./CollisionListener"; /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在I...
来源: Laya_社区 发布时间: 20200720
...}, 1000, Ease.elasticOut); } } new Interaction_CustomEvent();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import Ease = Laya.Ease; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class Interaction_CustomE...
来源: Laya2.0_示例 发布时间: 20241118
..., Browser.clientHeight - 100 >> 1); } } new Debug_FPSStats();module laya { import Browser = Laya.Browser; import Stat = Laya.Stat; export class Debug_FPSStats { constructor() { Laya.init(Browser.clientWidth, Browser.clientHeight); Stat.show(Browser.clientWidth - 120 >> 1, Browser.clientHeight - 100 ...
来源: Laya2.0_示例 发布时间: 20241118
...e。 能帮忙看是什么原因么? 具体代码: package { import laya.display.Text; import laya.events.Event; import laya.net.Socket; import laya.utils.Byte; import laya.utils.Log; import laya.webgl.WebGL; // import laya.webgl.WebGL; ...
来源: Laya_社区 发布时间: 20170209