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

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

881. socket大型项目回调 [ 50%]

...}; // Map from request id to route private routeMap = {}; private heartbeatInterval:number = 0; private heartbeatTimeout:number = 0; private nextHeartbeatTimeout:number = 0; private gapThreshold:number = 100; private heartbeatId:any = null; private heartbeatTimeoutId:any = null; private handshakeCal...

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

882. laya.d3.component.physics.Collider [ 50%]

...。 Component3D enable : Boolean 获取是否启用。 Component3D id : int[read-only] 获取唯一标识ID。 Component3D  isSingleton : Boolean[override] [read-only] 获取是否为单实例组件。 Collider owner : ComponentNode[read-only] 获取所属Sprite3D节点。 Component3D started ...

来源: laya_api 发布时间: 20170929

883. laya.physics.PolygonCollider [ 50%]

...范围0-1,值越大,摩擦越大,默认值为0.2ColliderBase id : int[read-only] 获取唯一标识ID。 Component isSensor : Boolean是否是传感器,传感器能够触发碰撞事件,但不会产生碰撞反应ColliderBase isSingleton : Boolean[override] [read-only] 获取是否为...

来源: Laya2.0_api 发布时间: 20190513

884. WebGLRTMgr这个类没实现完,导致动态遮罩和滤镜会撑爆内存 [ 50%]

...判断。"现在都2.0版本了.这个问题需要解决一下了. var key:int = h * 10000 + w; var sw:Array = dict[key];   所以给有骨骼动画的对象添加滤镜和遮罩的时候,内存会崩掉. 做技能的扇形指引框的时候(遮罩实现),也会使内存崩掉.   这个问题也...

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

885. 背景音乐播放完毕要等很久才开始循环播放,版本1.7.17 [ 50%]

...    */         public static function playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel { 你的参数传入是否正确那? 或者能否发一下你出问题部分的代码或者小demo那? 2018-04-17 0 1 分享 微博 QZONE 微信 Apple ...

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

886. 用插件导出unity制作的模型时,不支持skinned mesh renderer么? [ 49%]

... r.b () r.b (System.String A_0) LayaAir3D.exportResource (Boolean isDebug, Int32 Platformindex, System.String lastname) LayaAir3D.ExportResources () LayaAir3D.OnGUI () 2019-10-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 getstr88 ...

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

887. 预加载进入游戏界面 [ 49%]

...lete:Handler = null, progress:Handler = null, type:String = null, priority:int = 1, cache:Boolean = true, group:String = null, ignoreCache:Boolean = false):LoaderManager { 2018-04-18 0 0 分享 微博 QZONE 微信 w1114367261 赞同来自: 加载结束时会有加载回调的! https://layaair.ldc....

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

888. laya.physics.ChainCollider [ 49%]

...范围0-1,值越大,摩擦越大,默认值为0.2ColliderBase id : int[read-only] 获取唯一标识ID。 Component isSensor : Boolean是否是传感器,传感器能够触发碰撞事件,但不会产生碰撞反应ColliderBase isSingleton : Boolean[override] [read-only] 获取是否为...

来源: Laya2.0_api 发布时间: 20190513

889. laya.d3.component.AttachPoint [ 49%]

...ntationAll Packages | All Classes | Index | Frames No Frames AttachPointProperties | Methods | Events Packagelaya.d3.componentClasspublic class AttachPointInheritanceAttachPoint Component3D EventDispatcher Object AttachPoint 类用于创建挂点组件。 Public Properties Hide Inherited Pu...

来源: laya_api 发布时间: 20170929

890. as3数组push进去对象,为什么对象的属性没了 [ 49%]

...        trace(arr);         }             }      } internal class TestData {     public var a:int;     public var b:String;     public function TestData()     {     } } 2017-12-15 0 0 分享 微博 QZONE 微信 阿龙 赞同来自: 我也碰到同样的问...

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