大约有 3,290 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1557) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(46) Laya2.0_示例(12) Laya_示例(9)
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/HLOD/HLOD" HLOD Class HLOD Hierarchy Component HLOD Index Constructors constructor Properties _extra _singleton owner ...
来源: Laya3.0_api 发布时间: 20231115
...享 微博 QZONE 微信 Laya_Aaron 赞同来自: bin/h5 路径下会有个index.html ,这个是一开始就写好的文件,里面有个入口,还是一开创建的LayaSample.max.js 之前的编译路径改了,这里没有改,需要手动改,或者删除Index.html 再编译会重新生...
来源: Laya_社区 发布时间: 20171215
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Rectangle" Rectangle Class Rectangle Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和...
来源: Laya3.0_api 发布时间: 20231115
...图片像素 var pixelsInfo = texture.getPixels(); var aStarArr = []; var index = 0; //像素值为黑色不可通行,白色部分可以通行 for (var w = 0; w 监听鼠标事件,通过A星路径数据,换算出对应的3D世界的路径数据 ```typescript //监听鼠标抬起 Laya.stage.on(...
来源: Laya2.0_文档 发布时间: 20210715
...fo:Uint8Array = texture.getPixels(); var aStarArr:Array = new Array(); var index:int = 0; //像素值为黑色不可通行,白色部分可以通行 for (var w:int = 0; w 监听鼠标事件,通过A星路径数据,换算出对应的3D世界的路径数据 ```typescript //监听鼠标抬起 Laya....
来源: Laya2.0_文档 发布时间: 20210714
API DocumentationAll Packages | All Classes | Index | Frames No Frames ViewStackProperties | Methods | Events Packagelaya.uiClasspublic class ViewStackInheritanceViewStack Box UIComponent Sprite Node EventDispatcher ObjectImplements IItem ViewStack 类用于视图堆栈类,用于视图...
来源: Laya2.0_api 发布时间: 20190513
... } // item使用的列表数据 list.dataSource = data; } private onSelect(index: number): void { console.log("当前选择的索引:" + index); } } import Box = laya.ui.Box; import Image = laya.ui.Image; import Label = Laya.Label; export class ListDataSourceItem extends Box { public static WID: n...
来源: Laya_社区 发布时间: 20180410
API DocumentationAll Packages | All Classes | Index | Frames No Frames EffectAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class EffectAnimationInheritanceEffectAnimation FrameAnimation AnimationBase Sprite Node EventDispatcher Object 动效模板。用...
来源: Laya2.0_api 发布时间: 20190513
...,道具,积分,难度 游戏链接:https://game.yplpf.com/airwar/index.html 再放一个像素鸟的吧:https://game.yplpf.com/bird/index.html 服务器带宽1M,请耐心等等一下 代码我就不在 这里放出了, 需要的朋友 可以加我Q 523508182 交个朋友 具体...
来源: Laya_社区 发布时间: 20170902
...[laya.filters.ColorFilter ](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Filter&class=laya.filters.ColorFilter) 查看API说明。 ### 1.2 设置颜色滤镜 如果要给一个位图设置颜色滤镜,需要先设置一个颜色矩阵,然后用Colo...
来源: Laya2.0_文档 发布时间: 20210714