大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0126 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...案例凹多边形的问题 导微信小程序报错window.focus is not a function IDE通过.ui自动生成的ui代码报错 官网示例摇一摇报错,就解决方案 Laya native1.0.7, 引擎1.7.14beta,多行文本不换行 小游戏项目 加载有中文的json文件 报错 unity 粒子特效...
来源: Laya_社区 发布时间: 20181128
...h (可选)边框宽度。 */ public function drawPoly(x:Number, y:Number, points:Array, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void {目前暂时不支持颜色渐变,请使用其他替代方式替换渐变功能! 2018-04-16 0 2 分享 微...
来源: Laya_社区 发布时间: 20180416
...继续看。 【2】继续看到写的onloaded方法原型: protected function onLoaded(data:* = null):void 默认值允许为null. 但方法内又没有对data进行null值检测,所以各种报错,没有引发加载事件而是JS各种错。 找出的问题,麻烦改一下吧。 ...
来源: Laya_社区 发布时间: 20190709
...rget source createRTByContextReleaseTexture Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...recover reset updateBindRange updateSubData Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231102
...Class with type parameter Property Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...以及获取声音信息。 */ public static function playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel { 你的参数传入是否正确那? 或者能否发一下你出问题部分的代码或者小demo那? 2018-04-17 0 ...
来源: Laya_社区 发布时间: 20180417
...nin.autoSize=true; anin.autoPlay=false; anin.interval=interval; private function onloaded():void { anin.pivotX=anin.getBounds().width/2; anin.pivotY=anin.getBounds().height/2; } 如上:动画加载成功后设置的描点,在电脑上运行正常,打包APK后到手机上运行,描点...
来源: Laya_社区 发布时间: 20180806
...ild(this.label); //鼠标事件 Laya.stage.on(Laya.Event.MOUSE_UP, this, function (): void { var str: String = ""; for (var i: number = 0; i < this._outHitAllInfo.length; i++) { str += this._outHitAllInfo.sprite3D.name + " "; } if (this._outHitAllInfo.length == 0) { str = "点击选取的几何...
来源: Laya_社区 发布时间: 20180820
....JSON}, ]; Laya.loader.load(altsArr, Handler.create(this, onComplete)); function onComplete():void{ trace("加载完成"); } 2018-05-18 1 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 楼上的回答是正确的,关于重复过滤引擎是有判断的,你可以重复加载,...
来源: Laya_社区 发布时间: 20180518