大约有 208 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
Laya_社区(65) Laya3.0_api(60) Laya_示例(29) laya_api(14) Laya2.0_文档(11) Laya3.0_文档(10) Laya2.0_api(10) Laya2.0_示例(9)
....ani.boneClasspublic class TempletInheritanceTemplet AnimationTemplet laya.resource.Resource 动画模板类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By aniSectionDic : ObjectTemplet bindBoneBoneSlotDic : Object 绑定插槽数据的...
来源: laya_api 发布时间: 20170929
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube Hierarchy RenderTexture RenderTextureCube Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _inPool _isCameraTarget _rende...
来源: Laya3.0_api 发布时间: 20231102
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube SpotLight 类用于创建RenderTextureCube。 Hierarchy RenderTexture RenderTextureCube Implements IRenderTarget Index Constructors constructor Properties ...
来源: Laya3.0_api 发布时间: 20231115
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/MulSampleRenderTexture" MulSampleRenderTexture Class MulSampleRenderTexture MulSampleRenderTexture类用于创建多重采样渲染目标 webGL2.0多重采样才会生效 Hierarchy RenderTexture MulSampleRenderTextur...
来源: Laya3.0_api 发布时间: 20231102
...recreate clearPool configRenderContextInstance createFromPool destroyUnusedResources recoverToPool Constructors constructor new WebXRRenderTexture(): WebXRRenderTexture Overrides RenderTexture.constructor Defined in laya/d3/WebXR/core/WebXRRenderTexture.ts:15 创建WebXRFrameBuffer Returns WebXRRend...
来源: Laya3.0_api 发布时间: 20231115
...log("All done."); } } } } new laya.Loader_Sequence();package { import laya.resource.Texture; import laya.utils.Handler; public class Loader_Sequence { private var numLoaded:int = 0; private var resAmount:int = 3; public function Loader_Sequence() { Laya.init(500, 400); // 按序列加载 monkey2.png...
来源: Laya_示例 发布时间: 20241124
...eCount不会变成0,2.0版本是正常的可以变为0 Laya.loader.load('resources/UI/role/mxxxx.png', Laya.Loader.IMAGE).then((res: Laya.Texture) => { let sp = new Laya.Sprite(); sp.texture = res; Laya.stage.addChild(sp); setTimeout(() => { sp.destroy() }, 1000); });重现代码如上,代...
来源: Laya_社区 发布时间: 20231130
...new laya.Loader_SingleType();package { import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Loader_SingleType { public function Loader_SingleType() { Laya.init(550, 400); // 加载一张png类型资源 Laya.loader.load("../../res/apes/monkey0.png", Handler.cr...
来源: Laya2.0_示例 发布时间: 20241124
...reate创建package { import laya.display.Sprite; import laya.resource.Texture; import laya.utils.Handler; public class CupPhone { public function CupPhone() { Laya.init(550,400); Laya.loader.load...
来源: Laya_社区 发布时间: 20160506
...play.Sprite; import laya.events.Event; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class LayaAirDemo { private var sp:Sprite; public function LayaAirDemo() { Laya.init(800,600); sp=new Sprite(); Laya.loader.load(["bg.jpg","logo.png"],Handler.create(this,on...
来源: Laya_社区 发布时间: 20170628