• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 182 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)

1. import Event = laya.events.Event; 报错 [ 100%]

import Event = laya.events.Event; 报错 import Event = laya.events.Event; 报错 file: 'file:///e%3A/Web/GameA/client/src/GameMain.ts' severity: '错误' message: 'Import declaration conflicts with local declaration of 'Event'' at: '5,1' source: 'ts' 项目中没有其他地方写这个import, 但...

来源: Laya_社区 发布时间: 20180522

2. CameraMoveScript.as在哪儿下载群里的有错 [ 96%]

...01-29 17:23 浏览: 1249 关注: 3 人 king • 2018-01-29 17:47 package { import laya.d3.component.Script; import laya.d3.core.BaseCamera; import laya.d3.core.Camera; import laya.d3.core.Sprite3D; import laya.d3.core.render.RenderState; import laya.d3.core.scene.BaseScene; import laya.d3.core.scene...

来源: Laya_社区 发布时间: 20170218

3. 求HTTP相关的文档或者例子谢谢了 [ 96%]

...":0, "message":"Your message has been successfully uploaded!" } package { import flash.display.Sprite; import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoa...

来源: Laya_社区 发布时间: 20151217

4. 自动旋转后残影 [ 94%]

...后会留下残影   现在只是简单的色块改变位置 package { import laya.display.Sprite; import laya.events.Event; import laya.events.IEventDispatcher; import laya.utils.Browser; import laya.utils.Tween;     public class testVH {   protected var _tip:Sprite; public function testVH() {...

来源: Laya_社区 发布时间: 20190520

5. 使用UrlLoader加载图片,flash获取data为byteArray,翻译成h5后data为image? [ 94%]

...,flash获取data为byteArray,翻译成h5后data为image? package { import flash.display.Bitmap; import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils...

来源: Laya_社区 发布时间: 20151228

6. Socket连接不上(已解决) [ 94%]

...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

7. 为什么我获取不到鼠标滚轮的delta值,我查看laya.events.Event 里面没有这个属性 [ 94%]

...• 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

8. swf转成H5资源显示超出原有范围 [ 93%]

...设备,麻烦帮忙看下,谢谢啦,贴上代码。 package {     import flash.display.Loader;     import flash.display.LoaderInfo;     import flash.display.MovieClip;     import flash.display.Sprite;     import flash.display.StageAlign;     import flash.display.StageScaleMod...

来源: Laya_社区 发布时间: 20170317

9. LayaFlash针对资源的加载是同步还是异步? [ 92%]

....preSwfAssets方法,通过预加载方式解决这个问题。 package { import flash.display.Loader; import flash.display.LoaderInfo; import flash.display.Sprite; import fash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.net.URLRequest; public cl...

来源: Laya_社区 发布时间: 20151123

10. 如何监听移动端软键盘的弹出和收回? [ 92%]

...前软键盘的弹出和收回状态。   参考代码如下:package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.text.TextField; import flash.text.TextFieldType; imp...

来源: Laya_社区 发布时间: 20151225