大约有 2,594 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0096 秒)
Laya_社区(2141) Laya3.0_api(88) Laya2.0_api(73) Laya_示例(72) Laya2.0_示例(70) laya_api(64) Laya2.0_文档(63) Laya3.0_文档(23)
...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 2d拖尾效果的实现方...
来源: Laya_社区 发布时间: 20220531
...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 求高人分享使用proto...
来源: Laya_社区 发布时间: 20200309
...):void { var path = formatString("assets/otherAssets/" + file, STLConstant.scale); } package starling.utils { // TODO: add number formatting options /** Formats a String in .Net-style, with curly braces ("{0}"). Does not support any * number formatting options yet. */ public function formatString(fo...
来源: Laya_社区 发布时间: 20170525
...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { this.createLabel("#FFFFFF", null).pos(30, 50); this.createLabel("#00FFFF", null).pos(290, 50); this.createLabel("#FFFF00...
来源: Laya2.0_文档 发布时间: 20210715
...IOS8.4,上不行,你可以试试。 Laya3D.init(0, 0,true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); var scene:Scene = Laya.stage.addChild(new Scene()) as Scene; var camera:Camera = scene.addChild(new Camera(0, 0.1, 100)) as Camera; camera....
来源: Laya_社区 发布时间: 20180305
....display.Sprite; import fash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.net.URLRequest; public class Main extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init...
来源: Laya_社区 发布时间: 20151123
...) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信...
来源: Laya_社区 发布时间: 20170607
...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale List 组件列表渲染异常 微信小游戏如何使用ttf字体? Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用...
来源: Laya_社区 发布时间: 20250423
....skeleton); this.skeleton.pos(0, 0); this.skeleton.scale(0.3, 0.3); this.skeleton.play(0, true); } else { console.warn("无效的 skeleton, 跳过添加:", templet); } }});只出现一闪而过,没有播放完动画,然后报错,调...
来源: Laya_社区 发布时间: 20250928
...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.screenMode = Stage.SCREEN_HORIZONTAL; 代码是这样设置的 ios 锁定竖屏的话 就没效果 sleepfish • 2017-02-24 10:38 部分安卓手机的原生浏览器不兼容,即...
来源: Laya_社区 发布时间: 20160510