大约有 668 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0063 秒)
...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
...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
...对齐 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
...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 请问2.0的版本开始...
来源: Laya_社区 发布时间: 20171226
...X、Y、Z) | | Rotation(旋转) | 支持(包括:X、Y、Z) | | Scale(缩放) | 支持(包括:X、Y、Z) | > 对比上面的图和表格,我们看到`Tag`是不支持的。`Static`与`Layer`是部分支持。后续将不再提醒,关注表格中的支持状态即可。 > 这...
来源: Laya2.0_文档 发布时间: 20210714
... skeleton.pos(300, 300); skeleton.scale(.5, .5); skeleton.play(0, true); }); template.loadAni("res/bone/alien.sk"); })); ``` 一定要注意的就是,文本文...
来源: Laya2.0_文档 发布时间: 20210714
...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
...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