大约有 788 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0072 秒)
Laya_社区(495) Laya3.0_api(119) Laya2.0_api(72) Laya2.0_文档(29) laya_api(24) Laya_示例(21) Laya3.0_文档(20) Laya2.0_示例(8)
...""的时候,会报错。 laya 引擎是2.5的 Laya.loader.load(cg_url,Laya.Handler.create(this,()=>{ let tur:Laya.Texture = Laya.loader.getRes(cg_url); if(tur)img_cg.graphics.drawImage(tur) }),null,Laya.Loader.IMAGE); ...
来源: Laya_社区 发布时间: 20201130
...3D PICKCOLOR : int[static] 拾取颜色。RenderableSprite3D SAHDERDEFINE_LIGHTMAP : int[static] 精灵级着色器宏定义,光照贴图。RenderableSprite3D scene : *[read-only] 获得所属场景。 Node SHADERDEFINE_COLOR : int[static] MeshSprite3D SHADERDEFINE_GPU_INSTANCE : int[static] Me...
来源: Laya2.0_api 发布时间: 20190513
...利用删除的item,但是看定义arr上面定义的是局部变量。__proto._createItems = function (startY, numX, numY) { var box = this._content; var cell = this._getOneCell(); var cellWidth = cell.width + this._spaceX; var cellHeight = cell.height + this._spaceY; if (this.cacheContent) { var...
来源: Laya_社区 发布时间: 20180418
...ilter GlowFilter Implements IFilter Index Constructors constructor Methods _filter Constructors constructor new Filter(): Filter Defined in laya/filters/Filter.ts:28 创建一个 Filter 实例。 Returns Filter Methods Static _filter _filter(this: RenderSprite, sprite: Sprite, context: Context, x: n...
来源: Laya3.0_api 发布时间: 20231115
...prite Scene3D Implements ISubmit Index Constructors constructor Properties _ShadowMapupdateFrequency _extra _ownGraphics _reflectionsIblSamples _reflectionsResolution _reflectionsSource _scene _sceneUniformData _skinBaseUrl _sundir _url autoSize currentCreationLayer enableLight hitTestPrior mouseThr...
来源: Laya3.0_api 发布时间: 20231115
... = "json/bagList.json"; Laya.loader.load(jsonPath).then((json) => { let _json = json.data; if (_json.bagList && _json.bagList.length > 0) { //把json数据传递给list组件的数据源属性array this.bagList.array = _json.bagList; } }); } 而我们使用fetch()方法,则可以直...
来源: Laya3.0_文档 发布时间: 20241014
...ng = null) 创建一个 TerrainMeshSprite3D 实例。 MeshTerrainSprite3D _addToInitStaticBatchManager():void[override] MeshSprite3D _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D _setBelongScene(scene:Scene):void[override] RenderableSprite3D _setUnBelo...
来源: laya_api 发布时间: 20170929
...{ import laya.ui.TextArea; import laya.utils.Handler; public class TextArea_Example { public function TextArea_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this...
来源: Laya3.0_api 发布时间: 20231115
...8-09-19 Hierarchy Image AdvImage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnabl...
来源: Laya3.0_api 发布时间: 20231102
...HeroInfo; for (var i:int = 0; i < leng; i++) { heroInfo = heros[i]; if (_heroItemList[i] == null) { item = new HeroResolveItem(this.onSelectedHeroChange); _heroItemList[i] = item; } _heroItemList[i].init(heroInfo); panelHeroInfo.addChild(_heroItemList[i]); _heroItemList[i].x = i%3*190; _heroItemL...
来源: Laya_社区 发布时间: 20170321