大约有 2,055 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
...项目中需要的Clip。 **示例代码:** ```typescript 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 = "res/ui/...
来源: Laya2.0_文档 发布时间: 20210714
...eta) / 90 * 70 + compassImg.y; } } new InputDevice_Compass();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Gyroscope = Laya.Gyroscope; import RotationInfo = Laya.RotationInfo; import Browser = Laya.Browser; import Handler = Laya.Handler; import...
来源: Laya2.0_示例 发布时间: 20241117
....0还可以这样写: namespace game{ export class Define{ } } import Define =game.Define; LayaAir2.0导入无效 2019-05-27 0 0 分享 微博 QZONE 微信 156*****215 赞同来自: 需要这样写成这样: import {Define} from "./game/Define" ? 2019-05-27 0 0 分享 微博 QZ...
来源: Laya_社区 发布时间: 20190524
...Frame; this.controller.label = "暂停"; } } } new UI_Clip();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 = "res/ui...
来源: Laya2.0_示例 发布时间: 20241117
...rget.name + "\n"; } } new Interaction_FixInteractiveRegion();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...
来源: Laya2.0_示例 发布时间: 20241117
...误 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? laya2.1.0版本conchMarket和IMarket接口去哪了? LayaTree v1.0.3版本更新(2021.3.8) 问题状态 最新活动: 2018-11-01 10:15 浏览: 1877 关注: 4 人 wky379937316 • 2018-08-03 15:38 ...
来源: Laya_社区 发布时间: 20180731
...le.log("size:", Laya.stage.width, Laya.stage.height); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Image = Laya.Image; import WebGL = Laya.WebGL; export class SmartScale_T { //所有适配模式 private modes:...
来源: Laya_示例 发布时间: 20241117
...ce = Math.sqrt(dx * dx + dy * dy); } return distance; } })();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_Scale { //上次记录的两个触模点之间距离 privat...
来源: Laya_示例 发布时间: 20241117
...出, 结果:其他地方都正常,只有GameConfig.ts类中报错, import GameView from "./game/GameView"。(GameView报错,模块“e:/路径/src/game/GameView”没有默认导出) 文件在内网机没办法上传,我试过新建好几个项目,问题百分百复现,都是...
来源: Laya_社区 发布时间: 20190824
...Laya.stage.width, Laya.stage.height); } } new SmartScale_T();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Image = Laya.Image; import WebGL = Laya.WebGL; export class SmartScale_T { //所有适配模式 private modes:...
来源: Laya2.0_示例 发布时间: 20241117