大约有 2,789 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0076 秒)
Laya_社区(1162) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya3.0_文档(117) Laya2.0_示例(109)
... SingletonList 实例。 Returns FastSinglelist Methods destroy destroy(): void Inherited from SingletonList.destroy Defined in laya/utils/SingletonList.ts:76 Returns void indexof indexof(element: T): number Inherited from SingletonList.indexof Defined in laya/utils/SingletonList.ts:41 Parameters el...
来源: Laya3.0_api 发布时间: 20231115
..., this.fitDOMElements_scroll); } private fitDOMElements(a, b, c, d, e, f): void { console.log("----------the event resize-------") console.log("ref-resize:", this.myref.getBounds()); console.log("pan-resize", this.mypan.getBounds()); } private fitDOMElements_scroll(a, b, c, d, e, f): void { console....
来源: Laya_社区 发布时间: 20170720
... 加载完成,设置遮挡图并且 ```typescript private onLoadFinish():void{ // .......前面摄影机,猴子精灵相关操作忽略 var heightMap = Laya.Loader.getRes("res/threeDimen/scene/TerrainScene/Assets/HeightMap.png"); //初始化MeshTerrainSprite3D this.terrainSprite = MeshTerrainSpr...
来源: Laya2.0_文档 发布时间: 20210715
...移量。 DrawTrianglesCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawTrianglesCmdPublic Constants ConstantDefined By ID : String = DrawTriangles[static] DrawTrianglesCmdProperty Detailalphapropertypublic var alpha:Number alpha blendModeproperty public var blendMo...
来源: Laya2.0_api 发布时间: 20190513
... wx.exitMiniProgram({ success:function():void{ trace("退出成功!"); } }); MiniAdpter.window.wx.exitMiniProgram({ success:function():void{ ...
来源: Laya_社区 发布时间: 20180330
...{ //获取节点 @property(Laya.Sprite) public sp: Laya.Sprite; onAwake(): void { //创建后期处理实例 this.sp.postProcess = new Laya.PostProcess2D(); //创建变色效果 let colorEffect2D = new Laya.ColorEffect2D(); //创建后期处理效果数组 let effectGroup: Laya.PostProcess2DEffect[]...
来源: Laya3.0_文档 发布时间: 20251010
...个回复 cuixueying 赞同来自: XiaozeRain private function createMap():void { tiledMap = new TiledMap(); tiledMap.createMap("tiledMap/orthogonal-test-movelayer.json", new Rectangle(0, 0, Laya.stage.width, Laya.stage.height), Handler.create(this,onLoaded)); } private function onLoaded():void { va...
来源: Laya_社区 发布时间: 20170526
... Y 轴位置。 DrawPieCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawPieCmdPublic Constants ConstantDefined By ID : String = DrawPie[static] DrawPieCmdProperty DetailendAnglepropertyendAngle:Number 结束角度。 Implementation public function get endAngl...
来源: Laya2.0_api 发布时间: 20190513
...t" Defined in laya/display/cmd/ClipRectCmd.ts:8 Methods recover recover(): void Defined in laya/display/cmd/ClipRectCmd.ts:41 回收到对象池 Returns void Globals "laya/display/cmd/ClipRectCmd" ClipRectCmd height width x y ID recover Legend Object literal Variable Function Type alias Class Class ...
来源: Laya3.0_api 发布时间: 20231115
...ut, passwordInput]); } private showLabel(label:string, x:number, y:number):void{ var t:Laya.Text = new Laya.Text(); t.height = this.rowHeight; t.valign = "middle"; t.fontSize = 15; t.font = "SimHei"; t.text = label; t.pos(x, y); this.form.addChild(t); } private createInputElement():any{ var input:an...
来源: Laya_示例 发布时间: 20260303