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

大约有 215 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0038 秒)

121. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 61%]

...TypeError: null is not an object (evaluating 'this._style._tf') (anonymous function) (laya.core.js:16463) toParentPoint (laya.core.js:15797) localToGlobal (laya.core.js:15757) getGlobalRecByPoints (laya.core.js:10216) getGlobalPosAndScale (laya.core.js:10224) getTransformRelativeToWindow (laya.core....

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

122. ProgressBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 61%]

... public class UI_ProgressBar { private var progressBar:ProgressBar; public function UI_ProgressBar() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya.stage.alignV = Stage.ALIGN_MIDDLE; //画布水平居中对齐 Laya.stage.alignH = Stage.ALIGN_C...

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

123. 每过一秒下降一个单位如何写 [ 61%]

... = new Sprite; sprite.loadImage("图片路径"); Laya.timer.loop(1000,this,function(){ sprite.y += 1; }) 不知道是不是你想要的?   2016-11-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 wcj951627735 相关问题 两个对...

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

124. Laya.Tween怎么运用到3D对象上? [ 60%]

...en.to(box.potOld,{     x:1     ,y:2     ,update:new Laya.Handler(box,function(){         this.transform.position = this.potOld;     }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){     console.log("complete"); }),ConstValue.animationDelay);   ...

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

125. 1.7.6版本 刚体动画加载 [ 60%]

...注释部分出错。/** *@private */ __proto._computeFullKeyframeIndices=function(){ var anifullFrames=this._fullFrames=[]; var templet=this._templet; var cacheFrameInterval=this._cacheFrameRateInterval *this._cachePlayRate; //刚体动画时 templet 是AnimationClip对象 没有getAnimationCount...

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

126. 向TiledMap中的对象层中的矩形框添加精灵,不显示 [ 60%]

...动,你需要手动去改变新添加精灵的位置,像这样 private function createMap():void { tiledMap = new TiledMap(); tiledMap.createMap("tiledMap/orthogonal-test-movelayer.json", new Rectangle(0, 0, Laya.stage.width, Laya.stage.height), Handler.create(this,onLoadedMap)); } pri...

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

127. Tween动画中的Sprite点击事件失效 [ 60%]

...代码: var self = this; self.loserPrize.on(Laya.Event.MOUSE_DOWN,self,function(){     self.clickHanlder(); }) Laya.Tween.to(self.loserPrize, {      y: Laya.Browser.clientHeight }, Math.random() * 1500); self.gameZone.addChild(self.loserPrize);   大概如上 随手写出来的,就是一...

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

128. Sprite3D 不旋转 [ 60%]

...自己从unity里面导出的sprite3d,都用  Laya.timer.loop(10,null,function():void{                                    layaMonkey.transform.rotate(vect,true,false)                 }) 让他自转,但自己从unity里面导出的sprite3d却不转,这是怎么回事...

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

129. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 60%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

来源: laya_api 发布时间: 20170929

130. LayoutBox不按顺序输出列表 [ 60%]

...不做的话,又一切恢复正常 // define oneVBox oneVBox.sortItem = function (items) { // do nothing } // then loop 所以究竟是为什么? 2018-08-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_...

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