• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 4,336 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0084 秒)

71. js继承模式 [ 96%]

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

72. laya.resource.ResourceManager [ 96%]

...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

73. laya.display.Sprite [ 96%]

...组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...

来源: Laya2.0_api 发布时间: 20190513

74. TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function [ 96%]

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

75. laya.events.EventDispatcher [ 96%]

...是鼠标事件。 EventDispatcher  off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher  offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有...

来源: Laya2.0_api 发布时间: 20190513

76. laya.d3.core.BaseCamera [ 96%]

...: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

77. laya.resource.Texture [ 96%]

...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

78. laya.d3.core.particleShuriKen.module.GradientVelocity [ 96%]

...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

79. laya.d3.core.particleShuriKen.module.GradientVelocity [ 96%]

...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

80. laya.utils.Utils [ 96%]

...工具类。 Public Properties PropertyDefined By  parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods  MethodDefined By  bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils  fitDOMElemen...

来源: Laya2.0_api 发布时间: 20190513