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

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

971. 请大家帮助优化一下这个抛物线的代码 [ 41%]

... = false; private body:Laya.Sprite; constructor(){ super(); this.init(); } public init():void{ if(!Ball.cached){ Ball.cached = true; this.body = new Laya.Sprite(); this.body.loadImage("war/ball.png"); this.body.pivot(12,12); } this.addChild(this.body); Laya.timer.frameLoop(1,this,this.animate); } pr...

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

972. 关于适配模式 Laya.Stage.SCALE_FIXED_AUTO [ 40%]

...比缩放会变型,stage的宽高等于设计宽高。*/         public static const SCALE_EXACTFIT:String = "exactfit"; 2018-08-06 0 6 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: http://ldc.layabox.com/doc/?nav=zh-as-1-8-3  这篇文档有详解,相信看过之后对这一系...

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

973. laya.d3.core.MeshRenderer_API3.0 [ 40%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/MeshRenderer" MeshRenderer Class MeshRenderer MeshRenderer 类用于网格渲染器。 Hierarchy BaseRender MeshRenderer SkinnedMeshRend...

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

974. Layabox web 复制一段文字到剪贴板 [ 40%]

...*  @param isAlertMsgInfo 需要提示的具体内容      *  */     public static copy(str: string ,isAlertMsgId?:number ,isAlertMsgInfo?:string): boolean{         let re: boolean;         try {             let input = document.createElement("input");             input.val...

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

975. laya.ui.Box [ 39%]

...| Frames No Frames BoxProperties | Methods | Events Packagelaya.uiClasspublic class BoxInheritanceBox Component Sprite Node EventDispatcher ObjectImplements IBoxSubclasses LayoutBox, List, Panel, Tree, UIGroup, View, ViewStack Box 类是一个控件容器类。 Public Properties Hide Inherited P...

来源: laya_api 发布时间: 20170929

976. Tween 缓动过程有触发回调函数么 [ 39%]

...结束之后自动回收到对象池。 * @return 返回Tween对象。 */ public static function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Tween { return Pool.getItemByClass("tween",...

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

977. laya.ui.FrameClip [ 39%]

...mes No Frames FrameClipProperties | Methods | Events Packagelaya.uiClasspublic class FrameClipInheritanceFrameClip FrameAnimation AnimationPlayerBase Sprite Node EventDispatcher Object 关键帧动画播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Pr...

来源: laya_api 发布时间: 20170422

978. laya.d3.core.SkinnedMeshRenderer_API3.0 [ 38%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/SkinnedMeshRenderer" SkinnedMeshRenderer Class SkinnedMeshRenderer SkinMeshRenderer 类用于蒙皮渲染器。 Hierarchy MeshRenderer S...

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

979. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 38%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/SimpleSkinnedMeshRenderer" SimpleSkinnedMeshRenderer Class SimpleSkinnedMeshRenderer Hierarchy SkinnedMeshRenderer SimpleSkinnedMeshRend...

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

980. laya.display.Scene_API3.0 [ 38%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Scene" Scene Class Scene 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃...

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