大约有 495 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0059 秒)
...YWTJ*****: 1534212988ahwzdht5 08-14 10:57:48.623 22228-22268/? I/YWTJ----: data_type=2&unique_id=1534212988ahwzdht5&user_id=63527&data=9344eb96985e440244f92533fe3718444744eb565c5e44020a0e000b040a0e0b05010b0e064744be955e5f9bbf5a5c5e440244f92533fe3718f91436fe1933f5272af56e38444744be955e5f9...
来源: Laya_社区 发布时间: 20180814
...t;LayaBox欢迎你的加入!</span>"; div.on(Laya.Event.LINK,this,(data:any)=>{ Laya.Browser.window.location.href=data; }); Laya.stage.addChild(div); 运行效果: 点击文字链接可以打开浏览器访问网址 3.6 实现html页面跳转 示例如下: var iHtml:HTMLIframeElement ...
来源: Laya3.0_文档 发布时间: 20230303
...t:*, srcRoot:Node, dstRoot:Node):void[override] 克隆。 Sprite3D _parse(data:Object, spriteMap:Object):void[override] Sprite3D _parse(data:*, propertyParams:Object = null, constructParams:Array = null):Sprite3D[static] private Sprite3D _setBelongScene(scene:Node):void[override] RenderableSprite...
来源: Laya2.0_api 发布时间: 20190513
...理更新时机,自己调用Physics.update Physics event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher getBodyCount():int获得刚体总数量Physics getContactCount():int获得碰撞总数量Physics getJointCount():int获得关节总数量Physics hasListener(type:...
来源: Laya2.0_api 发布时间: 20190513
...源,销毁后资源不能恢复。 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需...
来源: Laya3.0_api 发布时间: 20231115
... 销毁所有子对象,不销毁自己本身。 Node event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frame...
来源: laya_api 发布时间: 20170929
...个面 LayaAir支持以下网格拓扑: Triangle Quad Lines Points Index Data : 索引数据 索引数组包含引用顶点位置数组中元素的整数。这些整数称为索引 例如,对于包含下列值的索引数组的网格: 0,1,2,3,4,5 如果网格具有三角形拓扑,那么前三个...
来源: Laya3.0_文档 发布时间: 20251010
... == 'head.json') { } else { await this.addObject(entry.entryName, entry.getData()) } }) //写head。zip中可能没有head.json,例如只是某个目录,这时候就不要更新root了 try { let buf = zip.getEntry('head.json'); await this._frw.write('head.json', buf.getData().buffer, true); //...
来源: Laya3.0_文档 发布时间: 20251010
...tiveContext Index Constructors constructor Properties _buffer _byteArray _fdata _idata sprite ARRAY_BUFFER_REF_COPY ARRAY_BUFFER_REF_REFERENCE ARRAY_BUFFER_TYPE_CMD ARRAY_BUFFER_TYPE_DATA ENUM_TEXTALIGN_CENTER ENUM_TEXTALIGN_DEFAULT ENUM_TEXTALIGN_RIGHT const2DRenderCMD Accessors _curMat _targets as...
来源: Laya3.0_api 发布时间: 20231102
...eChange(colShape:ColliderShape):void[override] CharacterController _parse(data:Object):void[override] PhysicsComponent _removeFromSimulation():void[override] CharacterController destroy():void 销毁组件 Component jump(velocity:Vector3 = null):void 跳跃。 CharacterController move(mov...
来源: Laya2.0_api 发布时间: 20190513