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

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

1. 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? [ 100%]

...tends laya.events.EventDispatcher implements laya.d3.core.render.IUpdate { protected static _uniqueIDCounter: number; protected _id: number; protected _cachedOwnerLayerMask: number; protected _cachedOwnerEnable: boolean; protected _enable: boolean; protected _owner: laya.d3.core.Sprite3D; /**是否...

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

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

...lLoader.addEventListener(HTTPStatusEvent.HTTP_STATUS,httpStatusHandler); } protected function httpStatusHandler(event:HTTPStatusEvent):void { // TODO Auto-generated method stub trace("您已经通过http进行了访问,并且当前的FlashPlayer环境支持获得状态代码!!!") } protected...

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

3. API里 Tab控件的的内容为什么看不到的 [ 95%]

...,只显示如下: Public Properties Show Inherited Public Properties Protected Properties Show Inherited Protected Properties Public Methods Show Inherited Public Methods Protected Methods Show Inherited Protected Methods Events Show Inherited Events 都有什么属性、什么事件都不知道...

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

4. 鼠标点击穿透问题 [ 78%]

...); sp2.mouseEnabled=false; sp2.addEventListener(MouseEvent.CLICK,onSp2); } protected function onSp2(event:MouseEvent):void { // TODO Auto-generated method stub trace("onClickSp2"); } protected function onSp1(event:MouseEvent):void { // TODO Auto-generated method stub trace("onClickSp1...

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

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

...oader.removeEventListener(Event.COMPLETE,onImageLoaded); urlLoader=null; } protected function onImage2Loaded(event:Event):void { // TODO Auto-generated method stub var bitmap:Bitmap=event.target.content as Bitmap; addChild(bitmap); l.contentLoaderInfo.removeEventListener(Event.COMPLETE,onImage2Loade...

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

6. layaFlash 无法使用 Loader 加载外部SWF和图片 [ 52%]

...MPLETE,onSwfLoaded); loader.load(new URLRequest("binarys.swf"),context); } protected function onSwfLoaded(event:Event):void { // TODO Auto-generated method stub var mc:MovieClip=event.target.content as MovieClip; mc.play(); addChild(mc) } } }提示: 1、在laya下使用laoder加载SWF文件,需...

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

7. 如何启用摇一摇 [ 40%]

....UPDATE,updata); } else { txt.text="当前设备不支持重力感应" } } protected function updata(event:AccelerometerEvent):void { // TODO Auto-generated method stub const k:Number=5; var accX:Number=Math.round(event.accelerationX*k)/k; var accY:Number=Math.round(event.accelerationY*k)/k; var acc...

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

8. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 27%]

...子类必须要全覆盖下,不能只处理get或set,如: class A {  protected _id:number = 1;    public get id():number { return this._id }  public set id(value:number){     this._id = vaule;  } } class B extends A {   public set id(value:number){     this._id = value + 1;   } } clas...

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

9. 构建apk后,java报错 [ 11%]

...eck:jni 2018-11-26 18:35:10.525 1505-1538/? W/ActivityManager: Sending non-protected broadcast miui.intent.action.PACKAGE_FIRST_LAUNCH from system uid 1000 pkg null. Callers=com.android.server.am.ActivityManagerService.broadcastIntentLocked:20261 com.android.server.am.ActivityManagerService.broadcas...

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