• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3,290 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0073 秒)

1231. laya.d3.component.hlod.HLOD_API3.0 [ 64%]

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

1232. 生成的目录有问题 [ 64%]

...享 微博 QZONE 微信 Laya_Aaron 赞同来自: bin/h5 路径下会有个index.html ,这个是一开始就写好的文件,里面有个入口,还是一开创建的LayaSample.max.js 之前的编译路径改了,这里没有改,需要手动改,或者删除Index.html  再编译会重新生...

来源: Laya_社区 发布时间: 20171215

1233. laya.maths.Rectangle_API3.0 [ 64%]

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

1234. 寻路系统(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 64%]

...图片像素 var pixelsInfo = texture.getPixels(); var aStarArr = []; var index = 0; //像素值为黑色不可通行,白色部分可以通行 for (var w = 0; w 监听鼠标事件,通过A星路径数据,换算出对应的3D世界的路径数据 ```typescript //监听鼠标抬起 Laya.stage.on(...

来源: Laya2.0_文档 发布时间: 20210715

1235. 寻路系统(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 64%]

...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

1236. laya.ui.ViewStack [ 64%]

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

1237. List组件拖动浏览时item会出现重叠的现象 [ 64%]

... } // 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

1238. laya.display.EffectAnimation [ 64%]

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

1239. 微信飞机大战 升级版,包含跟踪弹,散弹,道具,积分,难度 [ 64%]

...,道具,积分,难度 游戏链接:https://game.yplpf.com/airwar/index.html 再放一个像素鸟的吧:https://game.yplpf.com/bird/index.html 服务器带宽1M,请耐心等等一下   代码我就不在 这里放出了, 需要的朋友 可以加我Q 523508182 交个朋友   具体...

来源: Laya_社区 发布时间: 20170902

1240. 设置滤镜(JavaScript-LayaAir基础篇(JS)-位图) [ 63%]

...[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