大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0132 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...代码 video 没有显示 点击空白 this.videoElement.play is not a function TypeError: this.videoElement.play is not a function 2019-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞...
来源: Laya_社区 发布时间: 20190312
...复 youhong168 赞同来自: shaotianhk backOut () method public static function backOut(t:Number, b:Number, c:Number, d:Number, s:Number = 1.70158):Number开始运动时是朝目标移动,稍微过冲,再倒转方向回来朝着目标。 Parameters t:Number — 指定当前时间,介于 ...
来源: Laya_社区 发布时间: 20170105
... 2 个回复 fftidus 赞同来自: Uncaught TypeError: arr.shift is not a function 2017-11-21 0 0 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: LayaAir下的Array就是原生的Array,你可以直接去看下原生的API 2017-11-21 0 0 分享 微博 QZONE 微信 为什么被折叠?...
来源: Laya_社区 发布时间: 20171121
....load(aniArr, Handler.create(this, onAni), null, Loader.ATLAS); private function onAni():void { var role:SimpleRole = new SimpleRole(); Laya.stage.addChild(role); } SimpleRole类: public function SimpleRole() { roleAni = new Animation(); roleAni.loadAnimation...
来源: Laya_社区 发布时间: 20170619
...浏览器错误时的detail是未定义的: Browser.window.onerror = function(msg:String, url:String, line:String, column:String, detail:*):void { if (erralert++ < 5 && detail) alert("出错啦,请把此信...
来源: Laya_社区 发布时间: 20170212
...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...
来源: Laya3.0_api 发布时间: 20231115
...6 0 0 分享 微博 QZONE 微信 variation8 赞同来自: _proto.connect = function() { socket = new Socket(); //socket.connect("echo.websocket.org", 80); socket.connectByUrl("ws://127.0.0.1:8383"); output = socket.output; ...
来源: Laya_社区 发布时间: 20171206
...调用 我需要写一个工具类进行一些逻辑的处理 var Load_ = (function (_super) { function Load_() { Load_.super(this); } //注册类 Laya.class(Load_, "Load_", _super); var _proto = Load_.prototype; _proto.run_Fast = function () { console.log("逻辑处理"); } return Load_; })(Laya.Sp...
来源: Laya_社区 发布时间: 20180705
... StaticBatchManagerConstructor DetailStaticBatchManager()Constructorpublic function StaticBatchManager() 创建一个 StaticBatchManager 实例。 Method Detailcombine()method public static function combine(staticBatchRoot:Sprite3D, renderableSprite3Ds:Vector.<RenderableSprite3D> = null):void ...
来源: Laya2.0_api 发布时间: 20190513
...的链接 提交 1 个回复 cuixueying 赞同来自: 请参考:private function onSkinLoadComplete(e:*=null):void { createDialog("111",100,100); createDialog("222",200,200); createDialog("333",300,300); createDialog("444",400,400); createDialog("555",500,500); Laya.stage.on(Event.CLICK,this,onCli...
来源: Laya_社区 发布时间: 20170606