大约有 4,338 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0094 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...elfAnchor和otherAnchor之间的最大距离 Implementation public function get maxLength():Number public function set maxLength(value:Number):voidotherAnchorproperty public var otherAnchor:Array[首次设置有效]链接刚体链接点,是相对于otherBody的左上角位置偏移...
来源: Laya2.0_api 发布时间: 20190513
...windows下同个版本加载正常 Mac下的AS3代码如下: private function init():void { var assetArr:Array=[ {url:"res/sound/music_gameplay.mp3", type:Loader.SOUND}, {url:"res/sound/button.mp3", type:Loader.SOUND}, ...
来源: Laya_社区 发布时间: 20181112
....event (LayaSample.max.js:1) at new i (LayaSample.max.js:1) at Function.t.regSession (LayaSample.max.js:1) at t.i.initSession (LayaSample.max.js:1) at Function.t.INIT (LayaSample.max.js:1) at i.execute (LayaSample.max.js:1) at Function.t.exeCMD (LayaSample.max.js:...
来源: Laya_社区 发布时间: 20200401
... use the 'new' operator, this DOM object constructor cannot be called as a function." 2018-01-08 0 0 分享 微博 QZONE 微信 fool_tiger 赞同来自: 还要在index.html中写啊,我以为在as3脚本里写就行了? 2018-01-08 0 1 分享 微博 QZONE 微信 fool_tiger 赞同来自: 可以调...
来源: Laya_社区 发布时间: 20180108
... 10 * @param view * @param time 持续时间 以毫秒为单位 */ function vibrateScreen(view: Laya.Sprite, time?: number): void { if (vibrateObj.view) { Laya.timer.clearAll(vibrateObj); //说明上一次的动画还没完成 vi...
来源: Laya_社区 发布时间: 20190401
...uments; if (args.length == 6) { if (args[5]._nativeObj) { this.add_iiiiiii(FUNCTION_ID.TEXIMAGE2D, args[0], args[1], args[2], args[3], args[4], args[5]._nativeObj.conchImgId); } else { this.add_iiiiiiiii(FUNCTION_ID.TEXIMAGE2DCANVAS, args[0], args[1], args[2], args[3], args[4], args[5]._ctx._targets...
来源: Laya_社区 发布时间: 20200720
...较大误差(超过1公里),该如何解决? // 获取地理位置 function getCurPosition() { if (Laya.Geolocation.supported) { Laya.Geolocation.enableHighAccuracy = true; Laya.Geolocation.getCurrentPosition( Laya.Handler.create(null, cb_onGeoPositionSuccess), Laya.Handler.create(null, cb_o...
来源: Laya_社区 发布时间: 20161102
... -h module.js:540 throw err; ^ Error: Cannot find module 'universalify' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (C:\Users\fp005\AppData\Ro...
来源: Laya_社区 发布时间: 20180505
...ler); this.hr.send($url, $data, $method, $responseType, $headers); private function onHrCompleteHandler():void { if(this.completeHandler) { this.completeHandler.runWith(this.hr.data); } } private function onHrErrorHandler($error:String):void { if(this.errorHandler) { this.errorHandler.runWith($error...
来源: Laya_社区 发布时间: 20180528
...ins, Handler.create(this, onSkinLoadComplete)); /***加载资源完成***/ function onSkinLoadComplete(e) { //创建水平滚动条 createHScroller(); } /***创建水平滚动条***/ function createHScroller() { //实例化垂直滚动条 this.hScrollBar = new HScrollBar(); //加载皮肤资源(...
来源: Laya2.0_文档 发布时间: 20210714