大约有 553 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
Laya_社区(253) Laya3.0_api(90) Laya2.0_api(84) laya_api(67) Laya2.0_文档(30) Laya2.0_示例(11) Laya_示例(10) Laya3.0_文档(8)
...ctangle, completeHandler: Handler, viewRectPadding?: Rectangle, gridSize?: Point, enableLinear?: boolean, limitRange?: boolean): void Defined in laya/map/TiledMap.ts:160 创建地图 Parameters mapName: string JSON文件名字 viewRect: Rectangle 视口区域 completeHandler: Handler 地图创建完...
来源: Laya3.0_api 发布时间: 20231115
...",viewRect, laya.utils.Handler.create(this, this.test));//, null, new Laya.Point(1600, 816)); } private test(){ var testLayer:Laya.MapLayer = this.tMap.getLayerByName("player"); this.tMapPlayer = new Laya.Sprite(); this.tMapPlayer.graphics.drawRect(0, 0, 100, 100, "#FF0000", "#0000FF", 1); //this.tM...
来源: Laya_社区 发布时间: 20170627
...实例。 步骤三: 通过在Poly右侧属性面板中添加更多的points坐标点,来得到一个多边形,并且让多边形通过点与点之间的连线绘制成ape的外边框模样,同时设置ape的renderType为hit。 此步骤在程序中就相当于用Graphcis的实例绘...
来源: Laya_社区 发布时间: 20161115
...因子与逻辑分辨率 1.2.1 缩放因子 起源 iOS绘制图形是以 point (pt)为单位,在早期的时候1 point=1 pixel。在2010年推出的iPhone4 开始采用 Retina(视网膜) 屏幕显示技术 ,物理分辨率提升了4倍,此时,如果iPhone4 还是1pt=1px这个方案,将...
来源: Laya3.0_文档 发布时间: 20241014
...ey_05.png" if (index + 1 == i) { skin = "ui/round_okey_06.png" } this[`img_point${i}`].skin = skin; } this.m_index = index; } } public onChange(value: number): void { let page = this.list_rule.scrollBar.max / this.list_rule.totalPage; let index = Math.floor(value / page) if (index > 5) index = 5;...
来源: Laya_社区 发布时间: 20171202
...ey_05.png" if (index + 1 == i) { skin = "ui/round_okey_06.png" } this[`img_point${i}`].skin = skin; } this.m_index = index; } } public onChange(value: number): void { let page = this.list_rule.scrollBar.max / this.list_rule.totalPage; let index = Math.floor(value / page) if (index > 5) index = 5;...
来源: Laya_社区 发布时间: 20181112
...mpItem.setAnimated(true); arr.push(tempItem); // this.playAni(tempItem,new Point(0,-20),0); } } 然后这是itemUI类里的方法 private var animate:Boolean; public function setAnimated(b:Boolean):void { animate=b if(animate) { startAnimated(); } } private var num:int=20; private function startA...
来源: Laya_社区 发布时间: 20180524
...ey_05.png" if (index + 1 == i) { skin = "ui/round_okey_06.png" } this[`img_point${i}`].skin = skin; } this.m_index = index; } } public onChange(value: number): void { let page = this.list_rule.scrollBar.max / this.list_rule.totalPage; let index = Math.floor(value / page) if (index > 5) index = 5;...
来源: Laya_社区 发布时间: 20180724
...与逻辑分辨率 ##### 1.2.1 缩放因子 起源 iOS绘制图形是以 point (pt)为单位,在早期的时候`1 point=1 pixel`。在2010年推出的iPhone4开始采用 Retina(视网膜) 屏幕显示技术 ,物理分辨率提升了4倍,此时,如果iPhone4还是`1pt=1px`这个方案,...
来源: Laya2.0_文档 发布时间: 20210715
...ILINEAR : int = 1[static] 寻址模式_不循环。BaseTexture FILTERMODE_POINT : int = 0[static] 寻址模式_重复。BaseTexture FILTERMODE_TRILINEAR : int = 2[static] 寻址模式_不循环。BaseTexture FORMAT_ALPHA8 : int = 2[static] 纹理格式_ALPHA8。BaseTexture FORMAT_DEPTH_16 : int ...
来源: Laya2.0_api 发布时间: 20190513