大约有 74 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(29) Laya2.0_api(9) Laya3.0_api(9) laya_api(8) Laya2.0_示例(8) Laya_示例(7) Laya3.0_文档(2) Laya2.0_文档(2)
...:Handler):void[static] 加载网格模板。 Sprite3D normalizedViewportPointToRay(point:Vector2, out:Ray):void 计算从裁切空间生成的射线。 Camera off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 E...
来源: Laya2.0_api 发布时间: 20190513
..., Browser.height); //为第四个参数gridSize创建一个512*512大小的Point对象实例 var gridSize:Point = new Point(512, 512); //创建TiledMap地图 tMap.createMap("res/TiledMap/orthogonal.json",viewRect, Handler.create(this,onMapLoaded), null, gridSize) ``` ### 3.3 合并图层 #### 3.3.1 ...
来源: Laya2.0_文档 发布时间: 20210714
...型tween旋转 图片不能按轴心旋转 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 请...
来源: Laya_社区 发布时间: 20190524
...及通过摄像机从屏幕空间点去生成这个射线的方法viewportPointToRay()。 示例代码如下所示: /* ……省略若干代码 */ //创建一个屏幕点 let point = new Laya.Vector2(); //创建一个射线 Laya.Ray(射线的起点,射线的方向) let ray = new Laya.Ray(new Lay...
来源: Laya3.0_文档 发布时间: 20241014
...ar bitmapScale = tCurrBitmapFont.fontSize / this.fontSize; } if (this._clipPoint) { graphics.save(); if (tCurrBitmapFont && tCurrBitmapFont.autoScaleSize) { var tClipWidth = 0; var tClipHeight = 0; this._width ? tClipWidth = (this._width - padding[3] - padding[1]) : tClipWidth = this._textWi...
来源: Laya_社区 发布时间: 20180417
...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
...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
...a.WebGL; Animation = Laya.Animation; Label = Laya.Label; Text = Laya.Text; Point = Laya.Point; Tween = Laya.Tween; TextArea = Laya.TextArea; class UI_RefreshList { constructor() { this.baseBox = null; this.refreshLoading = null; this.loadingAni = null; this.loadingLabel = null; this.refreshList = nu...
来源: Laya2.0_示例 发布时间: 20241117
...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_社区 发布时间: 20170215