大约有 215 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0057 秒)
Laya_社区(139) Laya3.0_api(21) laya_api(14) Laya2.0_api(14) Laya2.0_文档(11) Laya_示例(6) Laya3.0_文档(5) Laya2.0_示例(5)
...,方便对象复用。 AnimationPlayerBase clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void ...
来源: laya_api 发布时间: 20170929
...是在完成当前帧画面更新之后。 AnimationBase callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clear():AnimationBase 停止动画播放,并清理对象属性。之后可...
来源: Laya2.0_api 发布时间: 20190513
... *执行事件处理。 */ __proto.runEvent=function(){ var len=this._eventList.length; if (!len)return; var _this=this; var i=0; var localevnetList = this._eventLis...
来源: Laya_社区 发布时间: 20170614
...ationFrame || win.oRequestAnimationFrame || win.msRequestAnimationFrame || function (fun: any): any { return win.setTimeout(fun, 1000 / 60); } initRender()为画布初始化函数,创建和保存了WebGL上下文环境。如需更改canvas的参数,如设置是否抗锯齿,请在初始化引...
来源: Laya_社区 发布时间: 20200925
... public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); /**测试 */ var o:Object = new Object()...
来源: Laya_社区 发布时间: 20171011
....canvas.style.zIndex + 2; Laya.Browser.document.body.appendChild(tipElmt); function fitDOM() { Laya.Utils.fitDOMElementInArea(videoElmt, reference, 0, 0, reference.width, reference.height); Laya.Utils.fitDOMElementInArea(tipElmt, reference, 0, 0, Laya.stage.width, Laya.stage.height); } fitDOM(); // ...
来源: Laya_社区 发布时间: 20180802
百度小游戏 内存不断增大的情况 __proto.onConfigLoaded=function(){ Laya.init(600,400); Laya.loader.load([{url:"res/atlas/comp.json",type:"atlas"}],Handler.create(this,this.onLoadUi)); } __proto.onLoadUi=function(){ Laya.timer.loop(100,this,this.onLoaded); } __proto.onLoaded=function(){ ...
来源: Laya_社区 发布时间: 20190517
...837 Uncaught TypeError: Cannot read property 'props' of undefined at Function.Laya3D._getSprite3DHierarchyInnerUrls (libs/laya.d3.js:1837) at Loader.Laya3D._onHierarchylhLoaded (libs/laya.d3.js:1933) at EventHandler.__proto.runWith (libs/laya.core.js:1628) at Loader.__proto.e...
来源: Laya_社区 发布时间: 20170428
...aya/media/VideoTexture.ts:109 Returns void off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...
来源: Laya3.0_api 发布时间: 20231115
...解这个判断的具体含义。 下面贴上实例中的完整代码: (function() { var Sprite = Laya.Sprite; var Text = Laya.Text; var WebGL = Laya.WebGL; var flag; (function() { Laya.init(1136, 640, WebGL)...
来源: Laya_社区 发布时间: 20170510