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

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

1071. laya.d3.core.reflectionprobe.ReflectionProbeList_API3.0 [ 68%]

...nProbeList" ReflectionProbeList constructor Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface

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

1072. Animation的createFrames为何加载不了有的图集资源 [ 68%]

...ya.utils.Handler; import view.TestView; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400); //Laya.loader.load([{url: "res/atlas/char_wudang01.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); this.onLoaded(); } private function onLoaded():...

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

1073. laya.d3.component.hlod.HLODBatchSubMesh_API3.0 [ 68%]

...as HLODConfig HLODElement HLODResourceGroup Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface

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

1074. laya.d3.component.volume.volumeIntersectInfo_API3.0 [ 67%]

...lume volumeIntersectInfo intersectRate type Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface

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

1075. Laya2.0 刚体获取body时,场景中所有刚体紊乱 [ 67%]

...体位移物理对象,保持物理世界不变*/         public function get worldRoot():Sprite {             return _worldRoot || Laya.stage;         }                  public function set worldRoot(value:Sprite):void {             _worldRoo...

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

1076. UI-Slider [ 67%]

...ya.utils.Handler; import laya.webgl.WebGL; public class UI_Slider { public function UI_Slider() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.sta...

来源: Laya2.0_示例 发布时间: 20260106

1077. DOM元素-表单输入 [ 67%]

...RESIZE, this, fitDOMElements, [emailInput, birthdayInput, passwordInput]); function showLabel(label,x,y){ var t = new Laya.Text(); t.height = this.rowHeight; t.valign = "middle"; t.fontSize = 15; t.font = "SimHei"; t.text = label; t.pos(x, y); this.form.addChild(t); } function createInputElement(){ ...

来源: Laya_示例 发布时间: 20260106

1078. 自定义场景继承导出,会在自定义类中加入Laya.前缀导致layaMaxUI文件报错 [ 67%]

...{     prevTasks = ["替换Laya前缀"] }  const fs = require("fs");  function readFile(path) {     if (fs.existsSync(path)) {         return fs.readFileSync(path, "utf-8");     }     return null; } gulp.task('替换Laya前缀', function(){          var layaMaxUI_Pat...

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

1079. laya.events.KeyBoardManager [ 67%]

...键盘事件,默认为trueMethod DetailhasKeyDown()method public static function hasKeyDown(key:int):Boolean 返回指定键是否被按下。 Parameters key:int — 键值。 ReturnsBoolean — 是否被按下。 Fri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

1080. laya.events.KeyBoardManager [ 67%]

...键盘事件,默认为trueMethod DetailhasKeyDown()method public static function hasKeyDown(key:int):Boolean 返回指定键是否被按下。 Parameters key:int — 键值。 ReturnsBoolean — 是否被按下。 Mon May 13 2019, 03:12 PM +08:00

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