大约有 1,651 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0075 秒)
Laya_社区(1312) Laya3.0_api(81) Laya2.0_api(74) laya_api(69) Laya2.0_文档(40) Laya_示例(36) Laya2.0_示例(20) Laya3.0_文档(19)
...类引用了一些常用的全局对象,比如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
...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
...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
...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
...上有什么区别?没有区别的话那第二个是不是更好? Laya.timer.once(1, this, () => { SoundMgr.Ins.playEffect(Enums.EffectId.Ready); }); setTimeout(() => { SoundMgr.Ins.playEffect(Enums.EffectId.Go); ...
来源: Laya_社区 发布时间: 20200103
...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
...,报找不到绑定对象错误), //因此延迟一帧以销毁 Laya.timer.frameOnce(1, this, function () { this.weapon.destroy(); }); 这个延迟一帧的bug修复了吗? 目前用到的直接销毁还是会报错,不知道是不是我逻辑问题。 谢谢! 2018-03-12 添加评论 ...
来源: Laya_社区 发布时间: 20180312
...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
...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
...hics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 unity到导出场景加载时抛异常,不知所措 小游戏项目 加载有中文的json文件 报错 问题状态 最新活动: 2016-12-04 13:01 浏览: 1606 关注: 2 人 Laya_XS • 2016-12-04 22:4...
来源: Laya_社区 发布时间: 20161204