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

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

21. 在 list 的 box(render) 中添加 HTMLDivElemnt 组件 导致 IDE 卡死崩溃 IDE版本:2.12.0 [ 63%]

...          "name":"ani1",             "id":1,             "frameRate":24,             "action":0         }] } 附件 : --> 2021-08-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 Laya_...

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

22. 3D中的Animator如何从指定的某一帧开始播放动画 [ 62%]

...nClip.duration(); //每帧间隔 var frameInterval:int = 1 / animator.cacheFrameRate; //总帧数 var endFrame:int = Math.floor(maxTime / frameInterval); //计算开始帧 var startFrame:int = Math.floor(endFrame * (1 - percent)); animator.addClip(totalAnimationClip,"runShoot",startFrame); animator....

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

23. Dialog 第一次打开总是出现在窗口右下角,这是为啥,再打开就正常剧中了? [ 61%]

...":3, "child":[ ] }], "animations":[ { "nodes":[ ], "name":"ani1", "id":1, "frameRate":24, "action":0 }] } 附件 : --> 2020-04-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 8 个回复 180*****858 赞同来自: 请问谁...

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

24. laya.display.Stage_API3.0 [ 45%]

...royed displayHeight displayWidth displayedInStage drawCallOptimize filters frameRate fullScreenEnabled globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isFocused isVisibility mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleMode scaleX sca...

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

25. 微信小游戏加载资源问题 [ 45%]

...ata.d, data.tx, data.ty); break; case "display": Laya.Laya.stage.frameRate = data.rate || Laya.Stage.FRAME_FAST; break; case "undisplay": Laya.Laya.stage.frameRate = Laya.Stage.FRAME_SLEEP; break; } if (data['isLoad'] == "opendatacontext") { if (data.url) { MiniFileMgr....

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

26. LayaFlash如何使用chrome调试问题? [ 39%]

...; import flash.events.Event; [SWF(width=960,height=640,backgroundColor=0x0,frameRate=60)] public class Main extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); this.init(); } private function init(e:Event = null):void { removeEventList...

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