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

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

531. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 50%]

...ze Accessors aliveParticleCount bufferState colorOverLifetime customBounds destroyed drawType emission emissionTime indexFormat instanceCount isAlive isEmitting isPaused isPlaying maxParticles mode rotationOverLifetime shape sizeOverLifetime startLifeTimeGradient startLifeTimeGradientMax startLifeTi...

来源: Laya3.0_api 发布时间: 20231115

532. laya.html.dom.HTMLDivElement_API3.0 [ 50%]

...blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivot...

来源: Laya3.0_api 发布时间: 20231102

533. laya.display.Graphics [ 49%]

...d 设置剪裁区域,超出剪裁区域的坐标不显示。 Graphics  destroy():void 销毁此对象。 Graphics  drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):DrawCircleCmd 绘制圆形。 Graphics  drawCurves(x:Number, y:Number, point...

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

534. laya.html.dom.HTMLIframeElement_API3.0 [ 49%]

...blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent ...

来源: Laya3.0_api 发布时间: 20231102

535. 同一个Graphics里面绘制超过20000个矢量rect的情况下,Uncaught Error: IBQuadrangle count(带悬赏的每次都创建订单失败,之后在社区里面看不到) [ 49%]

...= new Sprite(); b.graphics.drawTexture(texture); a.graphics.clear(true); a.destroy(); a = b; } a.graphics.drawRect(10*i, 10*j, 10, 10, "#ff0000"); count++; } } 2018-11-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...

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

536. TiledMap地图 · LayaAir3.0文档 · LAYABOX [ 48%]

...用优化 4.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: this.tMap.destroy(); 4.2 缓存相关 4.2.1 开启和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块自动缓存起来...

来源: Laya3.0_文档 发布时间: 20230303

537. 引擎 TiledMap 居然不支持图块翻转 [ 48%]

...ll();                 }             }             this.destroy();             this.relativeX = 0;             this.relativeY = 0;             this.isHaveAnimation = false;             this.aniSpriteArray = null;             this.drawImageNum = 0;   ...

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

538. 用LayaAir引擎解析Tiled Map地图(JavaScript-2D进阶篇(JS)-扩展模块) [ 47%]

...化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java this.tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块...

来源: Laya2.0_文档 发布时间: 20210715

539. 用LayaAir引擎解析Tiled Map地图(TypeScript-2D进阶篇(TS)-扩展模块) [ 46%]

...化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java this.tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块...

来源: Laya2.0_文档 发布时间: 20210715

540. 用LayaAir引擎解析Tiled Map地图(ActionScript-2D进阶篇(AS3)-扩展模块) [ 46%]

...化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块自...

来源: Laya2.0_文档 发布时间: 20210714