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

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

821. 文本-滚动文本 [ 60%]

..., scrollText); Laya.stage.on(Event.MOUSE_UP, this, finishScrollText); } /* 停止滚动文本 */ function finishScrollText(e) { Laya.stage.off(Event.MOUSE_MOVE, this, scrollText); Laya.stage.off(Event.MOUSE_UP, this, finishScrollText); } /* 鼠标滚动文本 */ function scrollText(e) { var nowX = t...

来源: Laya_示例 发布时间: 20260303

822. laya.ui.FrameClip [ 60%]

...为本地坐标。 Sprite gotoAndStop(position:*):void 切换到某帧并停止 AnimationPlayerBase hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean 检测某个点是否...

来源: laya_api 发布时间: 20170422

823. laya.ani.bone.Skeleton [ 60%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite onAwake():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node o...

来源: Laya2.0_api 发布时间: 20190513

824. 角色模型的材质列表切换后,不播放动作了 [ 60%]

...骼动画播放完后的回调时间 3D模型tween旋转 Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发布到移动端不显示模型,但是顶点数面数都有 [Laya2.0 3D] 2.0正式版...

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

825. laya.display.FrameAnimation [ 60%]

...一般用于延迟计算数据。 Node  clear():AnimationBase[override] 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 FrameAnimation clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node...

来源: Laya2.0_api 发布时间: 20190513

826. 文本-滚动文本 [ 60%]

...ollText); Laya.stage.on(Event.MOUSE_UP, this, this.finishScrollText); } /* 停止滚动文本 */ finishScrollText(e) { const Event = Laya.Event; Laya.stage.off(Event.MOUSE_MOVE, this, this.scrollText); Laya.stage.off(Event.MOUSE_UP, this, this.finishScrollText); } /* 鼠标滚动文本 */ scrollText...

来源: Laya2.0_示例 发布时间: 20260303

827. Laya写的桂林字牌,湖南叫跑胡子,二七十 [ 60%]

...发人员 Laya mac版的IDE 是没测试就上线了吗? Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳...

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

828. laya.display.EffectAnimation [ 59%]

...加多个动效。 当一个动效开始播放时,其他动效会自动停止播放。 可以通过LayaAir IDE创建。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Bo...

来源: Laya2.0_api 发布时间: 20190513

829. laya.physics.Physics [ 59%]

...制物理更新时机,自己调用Physics.update Physics  stop():void 停止物理世界 PhysicsProperty DetailallowSleepingpropertyallowSleeping:Boolean 设置是否允许休眠,休眠可以提高稳定性和性能,但通常会牺牲准确性 Implementation     public function get allow...

来源: Laya2.0_api 发布时间: 20190513

830. laya.ui.Clip [ 59%]

...自动播放值为true,否则值为false; 可控制切片动画的播放、停止。 Clip autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,...

来源: laya_api 发布时间: 20170929