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

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

331. laya.d3.math.MathUtils3D_API3.0 [ 66%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/MathUtils3D" MathUtils3D Class MathUtils3D MathUtils3D 类用于创建数学工具。 Hierarchy MathUtils3D Index Constructors construct...

来源: Laya3.0_api 发布时间: 20231102

332. LayaBox进阶之UI管理类 [ 66%]

...List放所有加载进来的场景 第一步实现 打开界面 openWindow public openWindow(clazz: any, param?: { data?: any }) { let view = new clazz() this.setView(clazz, view); this.mainContent.addChild(view); }  初始化传进来的场景类; 存进字典 添加到显示层   下面是缓...

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

333. laya.net.HttpRequest [ 66%]

... No Frames HttpRequestProperties | Methods | Events Packagelaya.netClasspublic class HttpRequestInheritanceHttpRequest EventDispatcher Object HttpRequest 通过封装 HTML XMLHttpRequest 对象提供了对 HTTP 协议的完全的访问,包括做出 POST 和 HEAD 请求以及普通的 GET 请求...

来源: Laya2.0_api 发布时间: 20190513

334. Morn下List组件如何给每一条列表添加Click事件,是需要for吗? [ 66%]

...iewUI; import morn.core.components.Box; import morn.core.handlers.Handler; public class ListView extends ListViewUI { public function ListView() { super(); var arr:Array=[]; for(var i:int=0;i<95;i++) { arr.push({icon:i,label:"Index"+i}); } boxList.array=arr; boxList.mouseHandler=new Handler(listR...

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

335. LayaAir DebugPanel 调试工具(ActionScript-2D进阶篇(AS3)-调试相关) [ 66%]

...``java package { import laya.debug.DebugPanel; import laya.display.Sprite; public class Main { public function Main() { //初始化舞台 Laya.init(1334,750); //调用DebugPanel调试面板 Laya.enableDebugPanel(); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; var Img:Sprite = new Sprite()...

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

336. laya.d3.core.GradientMode_API3.0 [ 66%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/GradientMode" GradientMode Class GradientMode ... author ... Hierarchy GradientMode Index Properties Blend Fixed Properties Static Blend...

来源: Laya3.0_api 发布时间: 20231115

337. laya.d3.component.Animator [ 66%]

...s AnimatorProperties | Methods | Constants Packagelaya.d3.componentClasspublic class AnimatorInheritanceAnimator Component Object Animator 类用于创建动画组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  avatar : Avatar 获...

来源: Laya2.0_api 发布时间: 20190513

338. laya.d3.component.animator.AnimatorStateNumberCondition_API3.0 [ 65%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorStateCondition" AnimatorStateNumberCondition Class AnimatorStateNumberCondition Hierarchy AnimatorStateCondition A...

来源: Laya3.0_api 发布时间: 20231102

339. laya.d3.core.material.ExtendTerrainMaterial [ 65%]

...terialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class ExtendTerrainMaterialInheritanceExtendTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : B...

来源: Laya2.0_api 发布时间: 20190513

340. 滤镜的集中实现 [ 65%]

...: mayzhengxi 感谢,仿照楼主写了个as3版本的。这里贴出来 public class FilterTest { public function FilterTest() { //初始化引擎 Laya.init(1110, 1110,WebGL); //设置舞台背景色 Laya.stage.bgColor="#fffff"; //加载资源 Laya.loader.load("res/atlas/comp.json",Handler.create(...

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