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

大约有 2,154 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)

311. laya.d3.core.pixelLine.PixelLineFilter [ 90%]

...毁。 PixelLineFilterConstructor DetailPixelLineFilter()Constructorpublic function PixelLineFilter(owner:PixelLineSprite3D, maxLineCount:int) Parameters owner:PixelLineSprite3D maxLineCount:intMethod Detail_getLineData()method public function _getLineData(index:int, out:PixelLineData):void 获取...

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

312. laya.device.Shake [ 90%]

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

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

313. laya.d3.core.particleShuriKen.module.Burst [ 90%]

... [read-only] 获取爆裂的最大数量。 Implementation     public function get maxCount():intminCountproperty minCount:int  [read-only] 获取爆裂的最小数量。 Implementation     public function get minCount():inttimeproperty time:Number  [read-only] 获取爆裂时间,单...

来源: laya_api 发布时间: 20170929

314. laya.d3.core.particleShuriKen.module.Burst [ 90%]

... [read-only] 获取爆裂的最大数量。 Implementation     public function get maxCount():intminCountproperty minCount:int  [read-only] 获取爆裂的最小数量。 Implementation     public function get minCount():inttimeproperty time:Number  [read-only] 获取爆裂时间,单...

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

315. laya.d3.resource.models.QuadMesh [ 90%]

...y Detaillongpropertylong:Number 返回长度 Implementation     public function get long():Number    public function set long(value:Number):voidwidthproperty width:Number 返回宽度 Implementation     public function get width():Number    public function set width(value:Number):vo...

来源: laya_api 发布时间: 20170929

316. laya.d3.core.render.command.CommandBuffer [ 90%]

...id private CommandBufferConstructor DetailCommandBuffer()Constructorpublic function CommandBuffer() 创建一个 CommandBuffer 实例。 Method Detail_apply()method public function _apply():void private blit()method  public function blit(source:RenderTexture, dest:RenderTexture, shader:Shader3D, sh...

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

317. laya.net.Socket [ 90%]

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

来源: laya_api 发布时间: 20170929

318. laya.d3.graphics.VertexPositionNormalColorTangent [ 90%]

...ailcolorpropertycolor:Vector4  [read-only] Implementation     public function get color():Vector4normalproperty normal:Vector3  [read-only] Implementation     public function get normal():Vector3positionproperty position:Vector3  [read-only] Implementation     public function get...

来源: laya_api 发布时间: 20170929

319. laya.d3.graphics.VertexPositionNormalColorTexture [ 90%]

...ailcolorpropertycolor:Vector4  [read-only] Implementation     public function get color():Vector4normalproperty normal:Vector3  [read-only] Implementation     public function get normal():Vector3positionproperty position:Vector3  [read-only] Implementation     public function get...

来源: laya_api 发布时间: 20170929

320. UI-List [ 90%]

...项目开发更高效。// 这段代码需要在setupDemo之前执行。 (function() { // 项渲染器 var Box = Laya.Box; var Image = Laya.Image; var WID = 373, HEI = 85; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); this.setImg = f...

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