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

大约有 558 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0043 秒)

411. [LayaAir3]Laya.loader.loadPackage 加载勾选版本管理的子包失败 [ 51%]

...程吧。 2024-11-01 0 1 分享 微博 QZONE 微信 雄二 赞同来自: const { regClass, property } = Laya; @regClass() export class StartScene extends Laya.Script { onAwake(): void { Laya.timer.once(1000, this, () => { Laya.loader.loadPackage("common", "http://127.0.0.1:2840", (p) => { cons...

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

412. 设置滤镜(ActionScript-LayaAir基础篇(AS3)-位图) [ 51%]

...t laya.utils.Handler; import laya.webgl.WebGL; public class Main { private const ApePath:String = "res/img/monkey1.png"; private var apeTexture:Texture; public function Main() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV =...

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

413. laya.ui.UIEvent [ 51%]

...All Classes | Index | Frames No Frames UIEventProperties | Methods | Constants Packagelaya.uiClasspublic class UIEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Prope...

来源: laya_api 发布时间: 20170929

414. 关于LayaAir.d.ts生成的建议 [ 51%]

...持一致,比如对于Date声明为: interface Date { } interface DateConstructor { } const Date: DateConstructor; 这样应用可以针对引擎层的一些类通过修改prototype打一些便利性的补丁,同时扩展interface的定义,保证应用层typescript的类型识别。 2017-07-...

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

415. layaair2-cmd compile 有bug [ 51%]

...ing directory changed to /usr/local/lib/node_modules/layaair2-cmd fs.js:27 const { Math, Object } = primordials;                          ^ ReferenceError: primordials is not defined     at fs.js:27:26     at req_ (/usr/local/lib/node_modules/layaair2-cmd/node_modules/natives/index....

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

416. 特效LOADED监听不到 [ 51%]

...utils.Handler; import laya.webgl.WebGL; public class LayaAirDemo { private const AniConfPath:String = "fighter/fighter.json"; public function LayaAirDemo() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE;...

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

417. laya字体渲染闪退 [ 50%]

.../lib/arm64/liblayaair.so (laya::JSTextMemoryCanvas::getTextBitmapData(char const*, int, int, int)+48)   附件 : --> 2023-04-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 8 个回复 lv 赞同来自: 字体文件发下 2...

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

418. laya.ui.VBox [ 50%]

...sses | Index | Frames No Frames VBoxProperties | Methods | Events | Constants Packagelaya.uiClasspublic class VBoxInheritanceVBox LayoutBox Box Component Sprite Node EventDispatcher Object VBox 是一个垂直布局容器类。 Public Properties Hide Inherited Public Properties Show Inherite...

来源: laya_api 发布时间: 20170929

419. 视频 · LayaAir3.3 · 引擎文档 · LAYABOX [ 50%]

...码提供了一个简单的示例,演示了如何使用视频纹理: const { regClass, property } = Laya; /** * 使用视频纹理 */ @regClass() export class Script extends Laya.Script { declare owner: Laya.Sprite3D; @property(Laya.Scene3D) private scene: Laya.Scene3D; private videoPlane: Laya....

来源: Laya3.0_文档 发布时间: 20250310

420. laya.ui.HBox [ 50%]

...sses | Index | Frames No Frames HBoxProperties | Methods | Events | Constants Packagelaya.uiClasspublic class HBoxInheritanceHBox LayoutBox Box Component Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide Inherited Public Properties Show Inherite...

来源: laya_api 发布时间: 20170929