大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0055 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...nProbeList" ReflectionProbeList constructor Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...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
...as HLODConfig HLODElement HLODResourceGroup Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...lume volumeIntersectInfo intersectRate type Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...体位移物理对象,保持物理世界不变*/ public function get worldRoot():Sprite { return _worldRoot || Laya.stage; } public function set worldRoot(value:Sprite):void { _worldRoo...
来源: Laya_社区 发布时间: 20181122
...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
...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
...{ 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
...键盘事件,默认为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
...键盘事件,默认为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