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

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

291. laya.components.CommonScript [ 92%]

...[override] 获取是否为单实例组件。 Implementation     public function get isSingleton():BooleanConstructor DetailCommonScript()Constructorpublic function CommonScript()Method DetailonAwake()method public function onAwake():void 创建后只执行一次 此方法为虚方法,使用时...

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

292. laya.d3.math.Matrix3x3 [ 92%]

...oat32Array矩阵元素数组Constructor DetailMatrix3x3()Constructorpublic function Matrix3x3() 创建一个 Matrix3x3 实例。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method  public function cloneTo(destObject:*):void 克隆。 Paramete...

来源: laya_api 发布时间: 20170929

293. laya.d3.math.Matrix3x3 [ 92%]

...oat32Array矩阵元素数组Constructor DetailMatrix3x3()Constructorpublic function Matrix3x3() 创建一个 Matrix3x3 实例。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method  public function cloneTo(destObject:*):void 克隆。 Paramete...

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

294. laya.d3.component.Component3D [ 92%]

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

来源: laya_api 发布时间: 20170929

295. 加载-错误处理和进度 [ 92%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Event = Laya.Event; var Loader = Laya.Loader; var Texture = Laya.Texture; var Handler = Laya.Handler; (function() { Laya.init(550, 400); // 无加载失败重试 Laya.loader.retryNum = 0; var urls = ["do not ...

来源: Laya_示例 发布时间: 20241001

296. 缓动-时间线 [ 92%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function () { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Event = Laya.Event; var Keyboard = Laya.Keyboard; var TimeLine = Laya.TimeLine; var WebGL = Laya.WebGL; var target; var timeLine = new TimeLine(); (function ...

来源: Laya_示例 发布时间: 20241001

297. laya.device.motion.Accelerator_API3.0 [ 92%]

...则值为 true;否则,值为 false。 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

298. vivo调试,浏览器报document.registerElement is not a function错误 [ 92%]

vivo调试,浏览器报document.registerElement is not a function错误 laya2.1.1.1版本打包vivo版rpk,进行调试,浏览器上没有显示任何东西,浏览器的console中也报document.registerElement is not a function 的错误。 附件 : --> 2020-03-03 添加评论 免费帖 --> ...

来源: Laya_社区 发布时间: 20200303

299. 给以个对象绑定两个on方法为什么只能执行一次 ? [ 92%]

...执行一次 ? //这是一个那妞交类的一个动画 var BtnFeed = (function(){     // params——操作对象-回调     function BtnFeed(obj,backEdHd){         this.obj = obj;         this.backEdHd = backEdHd||void(0);         this.clickEnd = function(){             La...

来源: Laya_社区 发布时间: 20170301

300. laya.maths.Rectangle [ 92%]

... Y 轴坐标。y 和 height 属性的和。 Implementation     public function get bottom():Numberheightproperty public var height:Number 矩形的高度。rightproperty right:Number  [read-only] 此矩形右侧的 X 轴坐标。 x 和 width 属性的和。 Implementation     public func...

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