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

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

661. 导入FBX报错 [ 33%]

...2023-06-20 18:19:19.046] [resource_tool] [info] Scene unit: multiplier: 1, scalefactor: 1 [2023-06-20 18:19:19.046] [resource_tool] [info] m scalefactor: 100, multiplier: 1 [2023-06-20 18:19:19.046] [resource_tool] [info] cm scalefactor: 1, multiplier: 1 [2023-06-20 18:19:19.046] [resource_tool] [in...

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

662. Tree属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 33%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; var res: Array = [ "res/ui/vscroll.png", "res/ui/vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll$up.png", "res/ui/tree/clip_selectBox.png", "res/ui...

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

663. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 31%]

...对齐 Laya.stage.alignH = Stage.ALIGN_CENTER; //等比缩放 Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //图像资源 var res:Array = [ "../../../../res/ui/vscroll.png", "../../../../res/ui/vscroll$bar.png", "../../../../res/ui/vscroll$down.png", ".....

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

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

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

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

665. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 28%]

...X、Y、Z) | | Rotation(旋转) | 支持(包括:X、Y、Z) | | Scale(缩放) | 支持(包括:X、Y、Z) | > 对比上面的图和表格,我们看到`Tag`是不支持的。`Static`与`Layer`是部分支持。后续将不再提醒,关注表格中的支持状态即可。 > 这...

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

666. LayaAir引擎工具会员专属功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 27%]

...     skeleton.pos(300, 300);                 skeleton.scale(.5, .5);                 skeleton.play(0, true);             });             template.loadAni("res/bone/alien.sk");         })); ``` 一定要注意的就是,文本文...

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

667. 官方案例里摄像机绕物体旋转脚本的问题 [ 27%]

...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_社区 发布时间: 20190224

668. 微信小游戏加载资源问题 [ 12%]

...onStageResize() { var ts = Laya.Laya.stage._canvasTransform.identity(); ts.scale((Laya.Browser.width / Laya.Render.canvas.width / Laya.Browser.pixelRatio), Laya.Browser.height / Laya.Render.canvas.height / Laya.Browser.pixelRatio); } static wxinputFocus(e) { var _inputTarget = Laya.Input['inputEleme...

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