大约有 329 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0066 秒)
Laya_社区(214) Laya3.0_api(79) Laya2.0_api(16) laya_api(15) Laya2.0_文档(3) Laya3.0_文档(1) Laya2.0_示例(1)
... Transform3D[read-only] 获取精灵变换。 Sprite3D url : String 获取资源的URL地址。 Sprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Particle3D(setting:ParticleSetting) 创建一个 Particle3D 实例。 Particle3D _getSortID(render...
来源: laya_api 发布时间: 20170603
... Transform3D[read-only] 获取精灵变换。 Sprite3D url : String 获取资源的URL地址。 Sprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Glitter() 创建一个 Glitter 实例。 Glitter _getSortID(renderElement:IRenderable, material:Ba...
来源: laya_api 发布时间: 20170929
...D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By LightSprite() 创建一个 LightSprite 实例。 LightSprite _cloneTo(destObject:*, srcRoot:Node, ...
来源: Laya2.0_api 发布时间: 20190513
...//初始化引擎 Laya.init(600, 400); Stat.show(); //加载引擎需要的资源 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } private function onLoaded():void { //实例UI界面 Laya.stage.bgColor="#353535"; sp1=createSprite(50,50);//创建...
来源: Laya_社区 发布时间: 20161207
...,引擎会自动判断,当内存大于最大上限阀值时,将旧的资源进行销毁! // 大于512*512的图片,则需要开发者手动销毁,否则会出现内存泄漏 // (参考链接:https://ask.layabox.com/question/6569、https://ask.layabox.com/question/1726) if(htmlC&...
来源: Laya_社区 发布时间: 20170822
...D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3D useOcclusionCulling : Boolean 渲染时是否用遮挡剔除。 BaseCamera viewMatrix : Matrix4x4[read-only] 获取视图矩阵。 Camera viewport : Viewport 获取屏幕像素坐标的...
来源: Laya2.0_api 发布时间: 20190513
...= "FireEffect"; onStart() { console.log("Game start"); //加载粒子特效资源 Laya.loader.load(this.filePath, Handler.create(this, () => { })); } //每次鼠标点下屏幕后,会创建一个特效 mouseDown(e: Event): void { var particle = Particle3D.Create(this.filePath); this.owner.addCh...
来源: Laya3.0_文档 发布时间: 20241014
...D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By PixelLineSprite3D(maxCount:int = 2, name:String = null) 创建一个 PixelLineSprite3D 实例。 Pi...
来源: Laya2.0_api 发布时间: 20190513
...D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3D width : Number[read-only] 获取地形X轴长度。 MeshTerrainSprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By MeshTerrainSprite3D(mesh...
来源: Laya2.0_api 发布时间: 20190513
... url(path: string): void Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void Methods _initialize _initialize(): void Defined in laya/display/Node.ts:103 ...
来源: Laya3.0_api 发布时间: 20231115