大约有 18,858 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0195 秒)
Laya_社区(18095) Laya2.0_文档(297) Laya_示例(157) Laya3.0_文档(141) Laya2.0_示例(119) Laya3.0_api(35) Laya2.0_api(10) laya_api(4)
...g_Instance; public function Dialog_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/btn_close.png", Handler.create(this, onLoadComplete));//加载资源。 } private function onL...
来源: Laya3.0_api 发布时间: 20231115
...oard Object Keyboard 类的属性是一些常数,这些常数表示控制游戏时最常用的键。 Public Constants ConstantDefined By A : int = 65[static] 与 A 键的键控代码值 (65) 关联的常数。Keyboard ALTERNATE : int = 18[static] 与 Alternate (Option) 键的键控代码值...
来源: laya_api 发布时间: 20170929
...oard Object Keyboard 类的属性是一些常数,这些常数表示控制游戏时最常用的键。 Public Constants ConstantDefined By A : int = 65[static] 与 A 键的键控代码值 (65) 关联的常数。Keyboard ALTERNATE : int = 18[static] 与 Alternate (Option) 键的键控代码值...
来源: Laya2.0_api 发布时间: 20190513
...le { public function List_Example() { Laya.init(640, 800, "false");//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vsc...
来源: Laya3.0_api 发布时间: 20231115
...xample { public function TextInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoa...
来源: Laya3.0_api 发布时间: 20231115
...Example { public function TextArea_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():voi...
来源: Laya3.0_api 发布时间: 20231115
...ayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Lay...
来源: Laya_示例 发布时间: 20260303
...ayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Lay...
来源: Laya_示例 发布时间: 20260303
...后缀为.mc,2D动画状态机文件后缀为.mcc。 在发布微信小游戏等对后缀有限制的平台时,IDE发布功能会自动修改后缀,开发者知道即可,仍按上述标准使用相对路径,引擎会根据不同平台自动适配文件后缀。 1.1.4 动画状态机文件...
来源: Laya3.0_文档 发布时间: 20260128
... MoreGameInheritanceMoreGame View Scene Sprite Node EventDispatcher Object 游戏中心插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在...
来源: Laya2.0_api 发布时间: 20190513