大约有 1,288 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0058 秒)
Laya2.0_api(368) laya_api(298) Laya_社区(266) Laya_示例(145) Laya2.0_示例(111) Laya2.0_文档(68) Laya3.0_api(23) Laya3.0_文档(9)
...er.strength = 5; ape.filters = [blurFilter]; } } } new laya.Filters_Blur();package { import laya.display.Sprite; import laya.display.Stage; import laya.filters.BlurFilter; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Filters_Blur { private const apePath...
来源: Laya_示例 发布时间: 20260819
API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshRenderProperties | Methods Packagelaya.d3.coreClasspublic class MeshRenderInheritanceMeshRender BaseRender EventDispatcher ObjectSubclasses SkinnedMeshRender MeshRender 类用于网格渲染器。 Public Properties H...
来源: laya_api 发布时间: 20170929
...Bitmap = true; Laya.stage.addChild(textBox); } } } new laya.Sprite_Cache();package { import laya.display.Sprite; import laya.display.Stage; import laya.display.Text; import laya.utils.Stat; import laya.webgl.WebGL; public class Sprite_Cache { public function Sprite_Cache() { // 不支持WebGL时自...
来源: Laya_示例 发布时间: 20260819
API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainRenderProperties | Methods Packagelaya.d3.terrainClasspublic class TerrainRenderInheritanceTerrainRender BaseRender EventDispatcher Object MeshRender 类用于网格渲染器。 Public Properties Hide Inherited Pu...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames ColorFilterProperties | Methods Packagelaya.filtersClasspublic class ColorFilterInheritanceColorFilter Filter ObjectImplements IFilter ColorFilter 是颜色滤镜。使用 ColorFilter 类可以将 4 x 5 矩阵转换应...
来源: Laya2.0_api 发布时间: 20190513
Laya.loader.load 教程代码出错 package { import laya.display.Text; import laya.display.Sprite; import laya.utils.Handler; import laya.resource.Texture; public class LayaSample { private var img:Sprite ; p...
来源: Laya_社区 发布时间: 20170918
...rning:Laya.stage.addChild This variable is not defined. 代码如下: package { import laya.display.Text; public class LayaAirTest { public function LayaAirTest() { Laya.init(600, 300); var txt:Text = new...
来源: Laya_社区 发布时间: 20170429
API DocumentationAll Packages | All Classes | Index | Frames No Frames PoolMethods Packagelaya.utilsClasspublic class PoolInheritancePool Object Pool 是对象池类,用于对象的存储、重复使用。 合理使用对象池,可以有效减少对象创建的开销,避免频繁的垃...
来源: Laya2.0_api 发布时间: 20190513
...创建,为了方便,我们就用刚才的.lang文件 代码如下: package { import laya.display.Stage; import laya.display.Text; import laya.net.Loader; import laya.utils.Handler; import laya.webgl.WebGL; public class Main { public function Main() { Laya.init(640, 960, WebGL); Laya.stage.scal...
来源: Laya_社区 发布时间: 20161018
...s.ape.scale(scaleValue, scaleValue); } } } new laya.Sprite_RoateAndScale();package { import laya.display.Sprite; import laya.display.Stage; import laya.events.Event; import laya.utils.Browser; import laya.webgl.WebGL; public class Sprite_RoateAndScale { private var ape:Sprite; private var scaleDelta...
来源: Laya_示例 发布时间: 20260819