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

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

2311. [LayaAir3]3.2.6 安卓包使用box2d wasm报错,切换到box2djs正常 [ 50%]

...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 微信小游戏如何使用ttf字体? 使用3D时候,Property 'ge...

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

2312. native打包成app使用FileReader接口readAsArrayBuffer 时app崩溃 [ 50%]

...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 微信小游戏:HTMLDivElement...

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

2313. 微信浏览器,input输入完成后,游戏不能还原 [ 50%]

...ge.ALIGN_MIDDLE; Laya.stage.alignH = Laya.Stage.ALIGN_CENTER;  Laya.stage.scaleMode = Laya.Stage.SCALE_FIXED_HEIGHT; Laya.stage.screenMode = Laya.Stage.SCREEN_HORIZONTAL;  var scene = new Laya.Sprite(); scene.width = Laya.stage.width; scene.height = Laya.stage.height; scene.graphics.drawRect(0, 0,...

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

2314. spine 播放错乱 [ 50%]

...os(Laya.Browser.width / 2, Laya.Browser.height / 2 + 100); //this.skeleton.scale(0.5, 0.5); this.skeleton.on(Laya.Event.STOPPED, this, this.play); this.play(); } private onError() { console.error("load spine error"); } private play(): void { console.log("1111111111"); if (++this.index >= this.ske...

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

2315. Laya3.0正式版spine3.8的动画资源不能正常显示 [ 50%]

...keleton.pos( this.pageWidth / 2, this.pageHeight / 2 + 100); this.skeleton.scale(0.4, 0.4); this.skeleton.on(Laya.Event.STOPPED, this, this.play); this.play(); }); } private play(): void { if (++this.index >= this.skeleton.getAnimNum()) { this.index = 0 } this.skeleton.play(this.index, false, tru...

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

2316. laya.spine.SpineSkeleton_API3.0 [ 50%]

...splayedInStage drawCallOptimize externalSkins filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playState rotation scaleX scaleY scene scrollRect skewX skewY skinName source stage staticCache ...

来源: Laya3.0_api 发布时间: 20231115

2317. 技术文档svg不可以使用 [ 50%]

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

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

2318. 物理使用scrollrect错位问题 [ 50%]

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

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

2319. AS项目怎么使用类成员变量 [ 50%]

...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分享使用proto...

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

2320. Image属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 50%]

...对齐 Laya.stage.alignH = Stage.ALIGN_CENTER; //等比缩放 Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //创建图片 createImage(); } /***创建图片***/ private function createImage():void { //实例化图片 var img:Image = new Image("../../../.....

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