大约有 797 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)
Laya_社区(443) Laya3.0_api(103) Laya2.0_api(58) laya_api(54) Laya2.0_文档(49) Laya_示例(39) Laya2.0_示例(33) Laya3.0_文档(18)
...14367261 赞同来自: 赋值方式和单个list没差别的!还是你对Array的处理 2018-05-23 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 星竹 相关问题 两个对象new了一个相同的对象,调用第一个的一个方...
来源: Laya_社区 发布时间: 20180522
...mesh/MeshData.ts:43 扩展像素,用来去除黑边 indexes indexes: Uint16Array = new Uint16Array([0, 1, 3, 3, 1, 2]) Defined in laya/ani/bone/canvasmesh/MeshData.ts:28 顶点索引 texture texture: Texture Defined in laya/ani/bone/canvasmesh/MeshData.ts:13 纹理 useUvTransform useUvTransform: boo...
来源: Laya3.0_api 发布时间: 20231115
...-------------------------------------------------------------------var arr:Array = [[0,1,1],[0,1,1],[0,0,0]]; var opt:Object = {allowDiagonal: true, dontCrossCorners: false, heuristic: Heuristic["manhattan"], weight: 1}; var astart1:AStarFinder = new AStarFinder(opt); var grid:Grid = new Grid(arr, 3...
来源: Laya_社区 发布时间: 20161221
...R CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constructors constructor new Color(r?: number, g?: number, b?: number, a?: number): Color Defined in laya/maths/Color.ts:97 创建一个 Colo...
来源: Laya3.0_api 发布时间: 20231115
...tructor Properties x y ONE ZERO Methods clone cloneTo forNativeElement fromArray setValue toArray writeTo dot normalize rewriteNumProperty scalarLength scale Constructors constructor new Vector2(x?: number, y?: number): Vector2 Defined in laya/d3/math/Vector2.ts:15 创建一个 Vector2 实例。 Par...
来源: Laya3.0_api 发布时间: 20231102
...tructor Properties x y ONE ZERO Methods clone cloneTo forNativeElement fromArray setValue toArray writeTo dot equals normalize rewriteNumProperty scalarLength scale Constructors constructor new Vector2(x?: number, y?: number): Vector2 Defined in laya/maths/Vector2.ts:17 创建一个 Vector2 实例...
来源: Laya3.0_api 发布时间: 20231115
...mesh/MeshData.ts:43 扩展像素,用来去除黑边 indexes indexes: Uint16Array = new Uint16Array([0, 1, 3, 3, 1, 2]) Inherited from MeshData.indexes Defined in laya/ani/bone/canvasmesh/MeshData.ts:28 顶点索引 texture texture: Texture Inherited from MeshData.texture Defined in laya/ani/bone/can...
来源: Laya3.0_api 发布时间: 20231115
...R CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constructors constructor new Color(r?: number, g?: number, b?: number, a?: number): Color Defined in laya/d3/math/Color.ts:97 创建一个 Co...
来源: Laya3.0_api 发布时间: 20231102
...QZONE 微信 也许灬 赞同来自: function beginLoad(){ var res_array = [ {url : "res/atlas/loading.atlas", type : Laya.Loader.ATLAS}, {url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS}, {url : "loading/progress.png", type : Laya.Loa...
来源: Laya_社区 发布时间: 20180730
...Script extends Script3D { //需要操作的光源数组 public var lights: Array = []; //光源对应的位置偏移数组 public var offsets: Array = []; //光源对应的移动半径数组 public var moveRanges: Array = []; public function onUpdate(): void { var seed: Number = Laya.timer.currTimer...
来源: Laya2.0_文档 发布时间: 20210714