大约有 4,338 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0095 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...rnerTextureCoordinate:Vector4 [read-only] Implementation public function get cornerTextureCoordinate():Vector4positionStartLifeTimeproperty positionStartLifeTime:Vector4 [read-only] Implementation public function get positionStartLifeTime():Vector4random0property random0:Vect...
来源: Laya2.0_api 发布时间: 20190513
... 轴平移每个点的距离。Constructor DetailMatrix()Constructorpublic function Matrix(a:Number = 1, b:Number = 0, c:Number = 0, d:Number = 1, tx:Number = 0, ty:Number = 0, nums:Number = 0) 使用指定参数创建新的 Matrix 对象。 Parameters a:Number (default = 1) — (可选)缩放...
来源: Laya2.0_api 发布时间: 20190513
...3 0 0 分享 微博 QZONE 微信 qqyemingqq 赞同来自: var LayaAir3D = (function () { var currentCube; var moveTimer; var currentTexture = 0; var prevBox; var boxList = []; var initBoxW = 1; var initBoxH = 1; var initBoxL = 0.5 function myCube(x, y, z, textureUrl, posX, posY, posZ) { posX = posX ...
来源: Laya_社区 发布时间: 20180402
...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...
来源: laya_api 发布时间: 20170929
...可以改善堆叠稳定性,默认值为10 Implementation public function get density():Number public function set density(value:Number):voidfixtureproperty public var fixture:*[只读]b2Fixture对象 frictionproperty friction:Number摩擦力,取值范围0-1,值越大,摩擦...
来源: Laya2.0_api 发布时间: 20190513
... 微博 QZONE 微信 gls_laybox 赞同来自: /* * 父类t1 */ var t1 = (function () { function t1(b) { this.b = b; } //父类方法a t1.prototype.a = function(){ console.log(this.b.x+""+this.b.y); } return t1; }()); ========================= /* * t2继承父类t1 */ var t2 = (function () { funct...
来源: Laya_社区 发布时间: 20180104
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: Laya2.0_api 发布时间: 20190513
...Properties Show Inherited Public Properties PropertyDefined By _filter : Function[static] FilterPublic Methods MethodDefined By ColorFilter(mat:Array = null) 创建一个 ColorFilter 实例。 ColorFilter adjustBrightness(brightness:Number):ColorFilter 调整亮度 ColorFilter adjustCol...
来源: Laya2.0_api 发布时间: 20190513
...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: strin...
来源: Laya3.0_api 发布时间: 20231115
...组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...
来源: Laya2.0_api 发布时间: 20190513