大约有 305 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0062 秒)
Laya_社区(76) Laya3.0_api(62) Laya2.0_api(58) laya_api(54) Laya2.0_文档(41) Laya3.0_文档(12) Laya2.0_示例(1) Laya_示例(1)
...出需求效果,官方可有解决方案,以下为示例代码: 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
...ds | Events Packagelaya.mapClasspublic class MapLayerInheritanceMapLayer Sprite Node EventDispatcher Object 地图支持多层渲染(例如,地表层,植被层,建筑层等) 本类就是层级类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Propert...
来源: laya_api 发布时间: 20170929
...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
...E的帧属性面板不见了 ide 2.4 layaair2-cmd 编译报错 如何设置Sprite的宽高和点击区域? Laya mac版的IDE 是没测试就上线了吗? Laya3D里的material可以设置flat shading么 龙骨skeleton鼠标点击区域的设置 关于apk打包动画卡的问题 mac 用layaair2.0 ...
来源: Laya_社区 发布时间: 20190617
...。 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
...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
...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
...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
...减少游戏包体和内存占用。 #### 1.2 减少CPU运算 多个`Sprite`如果渲染的是来自同一张图集的图片时,这些`Sprite`可以使用同一个渲染批次来处理,大大的减少CPU的运算时间,提高运行效率。 ## 2.支持图集打包的格式 LayaAirIDE支...
来源: Laya2.0_文档 发布时间: 20210715
...减少游戏包体和内存占用。 #### 1.2 减少CPU运算 多个`Sprite`如果渲染的是来自同一张图集的图片时,这些`Sprite`可以使用同一个渲染批次来处理,大大的减少CPU的运算时间,提高运行效率。 ## 2.支持图集打包的格式 LayaAirIDE支...
来源: Laya2.0_文档 发布时间: 20210714