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

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

181. laya.d3.graphics.Vertex.VertexShurikenParticleBillboard [ 94%]

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

182. laya.maths.Matrix [ 94%]

... 轴平移每个点的距离。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

183. 动态阴影被切割了?为啥没有显示完成的阴影 [ 94%]

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

184. laya.ui.Button [ 94%]

...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...

来源: laya_api 发布时间: 20170929

185. laya.physics.ColliderBase [ 94%]

...可以改善堆叠稳定性,默认值为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

186. 请问laya中js如何继承自己写的类 [ 94%]

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

187. laya.d3.core.SkinnedMeshRenderer [ 94%]

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

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

188. laya.filters.ColorFilter [ 94%]

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

189. laya.events.EventDispatcher_API3.0 [ 94%]

...则值为 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

190. laya.ui.Button [ 94%]

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

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