大约有 785 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
...果 创建一个入口类MaskDemo.ts,编码如下: module laya { import Loader = Laya.Loader; import Handler= Laya.Handler; import maskDemoUI = ui.maskDemoUI;这里 import maskDemoUI = ui.maskDemoUI;报错 [ts] Property 'maskDemoUI' does not exist on type 'typeof ui'. [ts] Namespace 'laya....
来源: Laya_社区 发布时间: 20180916
...createClass(className); jsProxy.call("playVideo", url); } ---JSProxy.h #import <Foundation/Foundation.h> @interface JSProxy : NSObject +(void)playVideo: (NSString*) url; // 只支持对象类型String类型用NSString @end ---JSProxy.mm #import "JSProxy.h" #import "ViewController.h" #imp...
来源: Laya_社区 发布时间: 20170919
...但是ES6请谨慎使用,目前的浏览器基本上都不支持export import的使用! 2017-09-23 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zhishaofei3 相关问题 预设怎么在代码中使用 这样写的代码,Tween动...
来源: Laya_社区 发布时间: 20170922
...回复 触及不到的天空 赞同来自: layabox 、Laya_Aaron 需要加import .... from "",引入进去才可以。 2018-12-28 2 1 分享 微博 QZONE 微信 tzcy 赞同来自: Laya_Aaron 、layabox 必须用import from包含进去 2018-12-28 2 0 分享 微博 QZONE 微信 kylin 赞同来自: l...
来源: Laya_社区 发布时间: 20181207
编译异常 Note that you need plugins to import files that are not JavaScript 在他人电脑运行没有问题,在自己的电脑编辑就报如下的错误,有大佬遇到吗? [17:24:32] Working directory changed to D:\LayaAirIDE2.3.0\resources\app [17:24:32] Using gulpfile ~\Desktop\Mine...
来源: Laya_社区 发布时间: 20200513
...• 2017-03-21 10:52 //我用TS但是里面没有delta属性 module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; import Rectangle = laya.maths.Rectangle export class Interaction_Scale { constructor...
来源: Laya_社区 发布时间: 20170321
...ext.padding=[2,2,2,2]; 就会报错。 以下代码 TS 中: module laya{ import Input = Laya.Input; import Stage = Laya.Stage; import Browser = Laya.Browser; import WebGL = Laya.WebGL; 导致后续创建Input实例 ,不会有代码提示。JS中 function Text_InputSingleline(){var textInput = ne...
来源: Laya_社区 发布时间: 20190825
...辑,已经详细解释每步代码的含义,此处不累述package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.display.Sprite; import laya.display.Text; import laya.events.Event; import laya.utils.Browser; import laya.utils.Stat; import laya.webgl.WebGL; public cla...
来源: Laya_社区 发布时间: 20170324
...设置、位置设置等 举个例子: 代码展示:package { import laya.display.Sprite; import laya.maths.Matrix; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class GraCmdsDemo { public funct...
来源: Laya_社区 发布时间: 20170519
ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found 环境win10 layaboxide 2.6.0 beta 已经全局安装typescript,命令行 tsc -v,输出Version 3.8.3 nodejs 12.16.1 编译报错: semantic error TS2354: [31mThis syntax requires an imported he...
来源: Laya_社区 发布时间: 20200409