大约有 1,367 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0081 秒)
... Laya.stage.off(Event.MOUSE_MOVE, this, onMouseMove); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Interaction_Rotate { private sp: Sprite; private preRadian: number = 0;...
来源: Laya_示例 发布时间: 20241118
...e_modules里的axios来封装 npm install axios完后 须要怎么弄才能import axios from "axios"; 附件 : --> 2020-01-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: https://www.tsl...
来源: Laya_社区 发布时间: 20200106
...做下修改(只需调整代码位置即可) 代码如下:package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import login.LoginView; [SWF(width=800,height=600,backgroundColor="0xffffff",frameRate=60)] public c...
来源: Laya_社区 发布时间: 20151225
...ter.index = currFrame; controller.label = "暂停"; } } })();module laya { import Stage = Laya.Stage; import Button = Laya.Button; import Clip = Laya.Clip; import Image = Laya.Image; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_Clip { private buttonSkin: string = "../../...
来源: Laya_示例 发布时间: 20241118
...phics.drawPoly(0, 0, path, color); } } new PIXI_Example_21();module laya { import Graphics = Laya.Graphics; import Sprite = Laya.Sprite; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class PIXI_Example_21 { private colors:Array = ["#5D0776", "#EC8A49", "#AF3666", "#F6C84C", "#4C77...
来源: Laya2.0_示例 发布时间: 20241118
... { logger.text += "点击 - " + e.target.name + "\n"; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Interaction_FixInteractiveRegion { private log...
来源: Laya_示例 发布时间: 20241118
...age.width; food.y = Math.random() * Laya.stage.height; } })()module laya { import Sprite = Laya.Sprite; import AccelerationInfo = Laya.AccelerationInfo; import Accelerator = Laya.Accelerator; import Point = Laya.Point; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya...
来源: Laya_示例 发布时间: 20241118
..._MOVE, this, this.onMouseMove); } } new Interaction_Rotate();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Interaction_Rotate { private sp: Sprite; private preRadian: number = 0;...
来源: Laya2.0_示例 发布时间: 20241118
...?求官方认真给个回复!!! as3 2.02版本只要在main.as里import miniadapter然后加载远程资源 就会无限加载 关于手机全屏显示的问题 Dcc是否不支持as3 Android项目的资源热更? as3的类里定义的字段编译后会被注释 laya2.0 as3编译报错,...
来源: Laya_社区 发布时间: 20170316
...ng + this.rowHeight), 150, this.rowHeight); } } } new DOM_Form();package { import laya.display.Sprite; import laya.display.Stage; import laya.display.Text; import laya.events.Event; import laya.renders.Render; import laya.runtime.IConchRenderObject; import laya.utils.Browser; import laya.utils.Strin...
来源: Laya_示例 发布时间: 20241118