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

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

21. 3D粒子特效初始化卡顿 [ 75%]

...出需求效果,官方可有解决方案,以下为示例代码: var sprite= Laya.loader.getRes(this._stlurl) as Laya.Sprite3D; this.skill = Laya.Sprite3D.instantiate(sprite); target.addChild(this.skill); this.Play();   这种卡顿在PC谷歌浏览器上明显,但手机上就很明显了...

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

22. laya.map.MapLayer [ 75%]

...ds | Events Packagelaya.mapClasspublic class MapLayerInheritanceMapLayer Sprite Node EventDispatcher Object 地图支持多层渲染(例如,地表层,植被层,建筑层等) 本类就是层级类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Propert...

来源: laya_api 发布时间: 20170929

23. laya.ui.Panel [ 75%]

...vents Packagelaya.uiClasspublic class PanelInheritancePanel Box Component Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1...

来源: laya_api 发布时间: 20170929

24. IDE设置资源打包和打包的问题 [ 74%]

...E的帧属性面板见了 ide 2.4 layaair2-cmd 编译报错 如何设置Sprite的宽高和点击区域? Laya mac版的IDE 是没测试就上线了吗? Laya3D里的material可以设置flat shading么 龙骨skeleton鼠标点击区域的设置 关于apk打包动画卡的问题 mac 用layaair2.0 ...

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

25. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 74%]

...。 1. 使用getBounds/ getGraphicBounds。 ```typescript var sp=new Laya.Sprite(); sp.graphics.drawRect(0,0,100,100,"#FF0000"); var bounds:Laya.Rectangle=sp.getGraphicBounds(); Laya.stage.addChild(sp); ``` getBounds可以满足多数多数需求,但由于其需要计算边界,适合频繁调...

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

26. laya.ui.Panel [ 74%]

...nts Packagelaya.uiClasspublic class PanelInheritancePanel Box UIComponent Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node ...

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

27. laya.display.Sprite [ 73%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames SpriteProperties | Methods | Events Packagelaya.displayClasspublic class SpriteInheritanceSprite Node EventDispatcher ObjectSubclasses AnimationBase, PerfHUD, Scene, Stage, Text Sprite 是基本的显示图形的显示列...

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

28. laya.display.Sprite [ 73%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames SpriteProperties | Methods | Events Packagelaya.displayClasspublic class SpriteInheritanceSprite Node EventDispatcher ObjectImplements laya.display.ILayoutSubclasses AnimationPlayerBase, Component, DialogManager, GridSprit...

来源: laya_api 发布时间: 20170929

29. 图集制作与使用详解(JavaScript-IDE篇(JS)-使用IDE创作) [ 72%]

...减少游戏包体和内存占用。 #### 1.2 减少CPU运算   多个`Sprite`如果渲染的是来自同一张图集的图片时,这些`Sprite`可以使用同一个渲染批次来处理,大大的减少CPU的运算时间,提高运行效率。 ## 2.支持图集打包的格式 LayaAirIDE支...

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

30. 图集制作与使用详解(TypeScript-IDE篇(TS)-使用IDE创作) [ 72%]

...减少游戏包体和内存占用。 #### 1.2 减少CPU运算   多个`Sprite`如果渲染的是来自同一张图集的图片时,这些`Sprite`可以使用同一个渲染批次来处理,大大的减少CPU的运算时间,提高运行效率。 ## 2.支持图集打包的格式 LayaAirIDE支...

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