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

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

1231. Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 [ 53%]

...类引用了一些常用的全局对象,比如Laya.stage:舞台,Laya.timer:时间管理器,Laya.loader:加载管理器,使用时注意大小写。 */ //class Laya var ___Laya=(function(){ //function Laya(){} Laya.__init=function(_classs){} Laya.init=function(width,height,__plugins){} L...

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

1232. 在Canvas模式下 drawTexture出错 [ 53%]

...2 人 熊猫大侠 • 2018-01-19 09:20 public function Test1View() { Laya.timer.loop(10,this,draw); } private function draw():void { texture = Laya.loader.getRes("comp/lhjicon_5.png"); var temp:Texture = Texture.createFromTexture(texture,0,0,texture.sourceWidth/2,texture.height/2); IconSp...

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

1233. laya.ui.Panel_API3.0 [ 53%]

...X scaleY scene scrollRect scrollType skewX skewY stage staticCache texture timer toolTip top transform url vScrollBar vScrollBarSkin viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent...

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

1234. laya.ui.OpenDataContextView_API3.0 [ 53%]

...ation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _onActive _onInActive _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent cal...

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

1235. 这两种定时器在性能上有什么区别?没有区别的话那第二个是不是更好? [ 53%]

...上有什么区别?没有区别的话那第二个是不是更好? Laya.timer.once(1, this, () => {             SoundMgr.Ins.playEffect(Enums.EffectId.Ready);         });   setTimeout(() => {             SoundMgr.Ins.playEffect(Enums.EffectId.Go);      ...

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

1236. laya.ui.LayoutBox_API3.0 [ 53%]

...scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender des...

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

1237. collider脚本当前帧销毁对象报错修复了吗? [ 53%]

...,报找不到绑定对象错误), //因此延迟一帧以销毁 Laya.timer.frameOnce(1, this, function () { this.weapon.destroy(); });   这个延迟一帧的bug修复了吗? 目前用到的直接销毁还是会报错,不知道是不是我逻辑问题。 谢谢! 2018-03-12 添加评论 ...

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

1238. 发布app(android)后,按后退键显示有问题 [ 53%]

...makeText(this, "在按一次退出程序", Toast.LENGTH_SHORT).show(); new Timer().schedule(new TimerTask() { @Override public void run() { // TODO Auto-generated method stub isExit = false; } },2000); } else { // MobclickAgent.onKillProcess(MainActivity.this); int pid = android.os.Process.myPid(); ...

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

1239. laya.ui.TipManager_API3.0 [ 53%]

...ation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer closeAll contains customR...

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

1240. app 的预加载问题 [ 53%]

...hics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 unity到导出场景加载时抛异常,不知所措 小游戏项目 加载有中文的json文件 报错 问题状态 最新活动: 2016-12-04 13:01 浏览: 1606 关注: 2 人 Laya_XS • 2016-12-04 22:4...

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