大约有 4,338 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0088 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...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
...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
...[override] 获取是否为单实例组件。 Implementation public function get isSingleton():BooleanConstructor DetailCommonScript()Constructorpublic function CommonScript()Method DetailonAwake()method public function onAwake():void 创建后只执行一次 此方法为虚方法,使用时...
来源: Laya2.0_api 发布时间: 20190513
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: laya_api 发布时间: 20170929
...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_示例 发布时间: 20241124
...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_示例 发布时间: 20241124
...则值为 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
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
...执行一次 ? //这是一个那妞交类的一个动画 var BtnFeed = (function(){ // params——操作对象-回调 function BtnFeed(obj,backEdHd){ this.obj = obj; this.backEdHd = backEdHd||void(0); this.clickEnd = function(){ La...
来源: Laya_社区 发布时间: 20170301
... 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