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

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

2571. 关于使用Idea以及Linux下使用AS语言开发的一点经验 [ 31%]

...) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 微信小游戏如何使...

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

2572. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 31%]

...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 请问2.0的版本开始...

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

2573. 分享,扩展Laya.Text组件实现简单的富文本 [ 31%]

...ar style = this._style; if (tCurrBitmapFont && tCurrBitmapFont.autoScaleSize) { var bitmapScale = tCurrBitmapFont.fontSize / this.fontSize; } if (this._clipPoint) { graphics.save(); if (tCurrBitmapFont && tCurrBitmapFont.autoScaleSize) { var tClipWidth = 0; var tClipHeight = 0; this....

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

2574. TS项目中怎么使用promise [ 30%]

...件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 微信小游戏如何使...

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

2575. 动画不显示 [ 30%]

...        Laya.stage.bgColor = "#000000";             Laya.stage.scaleMode = Stage.SCALE_FIXED_AUTO;             //背景音乐             m_bkSound = new Sound();             m_bkSound.load("Res/Sound/City.mp3");             m_bkSound.play();      ...

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

2576. UI-RefreshList [ 30%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load("res/ui/refreshList/ani/refresh.png", Handler.create(this, function(){ this.initView(); })); } initView(){ // 加载并添加场景中需要使...

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

2577. 性能测试-卡通人物2 [ 30%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.stage.screenMode = Stage.SCREEN_HORIZONTAL; Stat.enable(); Laya.stage.loadImage("res/cartoon2/background.jpg", 0, 0, 1280, 900); this.createCharacters(); t...

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

2578. 2D粒子渲染器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 30%]

...中移动。 Simulation Speed:调整整个粒子系统更新的速度。 Scale Mode:控制粒子的缩放模式。有两种模式可供选择:Hierarchy和Local。 Hierarchy:同时受粒子系统组件所在节点与其父节点的影响。 Local:只受粒子系统组件所在节点的影...

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

2579. LayaAir3D 坐标系统与矩阵变换 [ 29%]

...。 //初始化3d画布 Laya3D.init(0, 0, true); //设置全屏 Laya.stage.scaleMode = Stage.SCALE_FULL; //显示统计数据 Stat.show(); //给舞台添加laya3d场景 var scene:Scene = Laya.stage.addChild(new Scene()) as Scene; //初始化照相机 var camera:Camera = scene.addChild(new Camera()) ...

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

2580. 3D中摄像机绕物体旋转该如何实现? [ 29%]

...otation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollw...

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