大约有 4,337 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0093 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(24)
js继承模式 new function() { var className = 'BackGround'; window[className] = (function() { Laya.class(Class, className, Laya.Sprite); function Class() { Class.super(this); // this定义.. this.init(); } Class.prototype.init = function() { console.log(this); }; return Class; })(); } var _...
来源: Laya_社区 发布时间: 20170619
...y id:int [read-only] 唯一标识 ID 。 Implementation public function get id():intmemorySizeproperty memorySize:int [read-only] 此管理器所管理资源的累计内存,以字节为单位。 Implementation public function get memorySize():intnameproperty name:String ...
来源: laya_api 发布时间: 20170422
...组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...
来源: Laya2.0_api 发布时间: 20190513
TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function 2.0 打包apk启动就报这个错, 1.0 是没有问题的 2020-01-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20200120
...是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有...
来源: Laya2.0_api 发布时间: 20190513
...:Layer):void 增加可视图层。 BaseCamera clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D cloneTo(destObject:*):void 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点...
来源: laya_api 发布时间: 20170929
...y):Array[static] 平移 UV。 Texture off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: Laya2.0_api 发布时间: 20190513
...stant:Vector3 [read-only] 固定速度。 Implementation public function get constant():Vector3constantMaxproperty constantMax:Vector3 [read-only] 最大固定速度。 Implementation public function get constantMax():Vector3constantMinproperty constantMin:Vector3 [read-on...
来源: laya_api 发布时间: 20170929
...stant:Vector3 [read-only] 固定速度。 Implementation public function get constant():Vector3constantMaxproperty constantMax:Vector3 [read-only] 最大固定速度。 Implementation public function get constantMax():Vector3constantMinproperty constantMin:Vector3 [read-on...
来源: Laya2.0_api 发布时间: 20190513
...工具类。 Public Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods MethodDefined By bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils fitDOMElemen...
来源: Laya2.0_api 发布时间: 20190513