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

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

891. 请问我看错了吗??文档问题 [ 68%]

...去升级一上吧。 public static function destroyUnusedResources(group:String = null):void { var res:Resource; if (group) { var resouList:Vector.<Resource> = _groupResourcesMap[group]; if (resouList) { var tempResouList:Vector.<Resource> = resouList.slice(); for (var i:int, n:int = te...

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

892. 仅在Android微信小游戏下图片错乱 [ 68%]

...同来自: load(url: any, complete?: Handler, progress?: Handler, type?: string, priority?: number, cache?: boolean, group?: string, ignoreCache?: boolean): LoaderManager;   这里的ignoreCache对图片资源不工作! 这是导致划屏的原因。 悬赏充了100块,没人解决也不会退...

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

893. laya 1.0 源码中 RunDriver.as里measureText的问题 [ 68%]

...ar fontMap:Array = ; public static var measureText:Function = function(txt:String, font:String):* { var isChinese:Boolean = hanzi.test(txt); if (isChinese && fontMap[font]) { return fontMap[font]; } var ctx:* = Browser.context; ctx.font = font; var r:* = ctx.measureText(txt); if (isChinese) ...

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

894. 麻烦帮我看下为什么不能导出Unity的资源 [ 68%]

...n't have a float or range property '_Cutoff' UnityEngine.Material:GetFloat(String) LayaExport.DataManager:saveLayaLmatData(Material, String) 附件 : --> Table.rar 2017-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...

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

895. LAYAAIR加载SWF无线循环 [ 68%]

LAYAAIR加载SWF无线循环    private const SheepSWFPath:String = "res/swf/sheep3.swf";   Laya.init(1136, 640);         //  Laya.stage.alignV = Stage.ALIGN_MIDDLE;         //  Laya.stage.alignH = Stage.ALIGN_CENTER;             Laya.stage.screenMode = Stage.SC...

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

896. laya.layagl.QuickTestTool_API3.0 [ 68%]

...ckTestTool.ts:136 Returns void Static getMCDName getMCDName(type: number): string Defined in laya/layagl/QuickTestTool.ts:18 Parameters type: number Returns string Static showCountInfo showCountInfo(): void Defined in laya/layagl/QuickTestTool.ts:126 Returns void Static showRenderTypeInfo showRender...

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

897. 1.01unity转换工具,dds贴图转不了 [ 68%]

...b/System.Reflection/MethodBase.cs:115) UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:249) UnityEditor.HostView.Invoke (System.String methodName) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:242) 2017-05-14 添...

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

898. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 68%]

...e:Number):Boolean 发射一个粒子。 ShurikenParticleSystem event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):B...

来源: laya_api 发布时间: 20170929

899. dialog的popup方法不会关闭其他弹窗 [ 68%]

... this.showDialog("注册功能暂未开放") });  }  showDialog(context: string) { // if (this.normalDialog) { // this.normalDialog.close(); // } this.normalDialog = new NormalDialog(context); this.normalDialog.popup(true, true); Laya.stage.addChild(this.normalDialog);  }  }     // 弹窗代...

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

900. laya.maths.Point [ 68%]

...umber, y:Number):Point 将 Point 的成员设置为指定值。 Point  toString():String返回包含 x 和 y 坐标的值的字符串。PointPublic Constants ConstantDefined By  TEMP : Point[static] 临时使用的公用对象。PointProperty Detailxpropertypublic var x:Number该点的水平坐...

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