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

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

741. Text.as中parseLines方法里的问题 [ 74%]

...* * @private * 分析文本换行。 */ protected function parseLines(text:String):void { //自动换行和HIDDEN都需要计算换行位置或截断位置 var needWordWrapOrTruncate:Boolean = wordWrap || this.overflow == HIDDEN; if (needWordWrapOrTruncate) { var wordWrapWidth:Number = getWordWrapWi...

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

742. 打包app,http无法设置content-type [ 74%]

...plication/x-www-form-urlencoded   代码如下: static httpRequest(method:string, url:string, data:any, headers:Array<string>, cb:(err:Error, data?:any)=>void) { let req = new Request(); req.on(Event.COMPLETE, this, (data) => { cb(null, data); }); req.on(Event.ERROR, this, (err) => {...

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

743. 小游戏对读取json文件有要求吗?为啥说读取json文件错误啊 [ 74%]

...修改或拓展 public static var getUrlAndEncode:Function = function(url:String,type:String):String { if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; } 2018-01-15 0 0 分享 微博 QZONE 微信 liwenhu...

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

744. laya.utils.Color [ 74%]

...wStyle : *Color  numColor : uint uint 型颜色值。Color  strColor : String 字符串型颜色值。ColorPublic Methods  MethodDefined By  Color(str:*) 根据指定的属性值,创建一个 Color 类的实例。 Color  create(str:*):Color[static] 根据指定的属性值,创建并返...

来源: laya_api 发布时间: 20170422

745. Laya.MiniAdpter.nativefiles [ 74%]

...交 1 个回复 Laya_Aaron 赞同来自:    public static var basePath:String = "";         /**根路径。*/         public static var rootPath:String = "";   这两个都设置一下 2018-09-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...

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

746. laya.display.GraphicAnimation [ 74%]

...er extends laya.display.GraphicAnimation { protected _getTextureByUrl(url: string): string; static parseAnimationData(aniData: any): any; } } 2020-07-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被...

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

747. laya.display.cmd.ClipRectCmd [ 74%]

...回收到对象池 ClipRectCmdPublic Constants ConstantDefined By  ID : String = ClipRect[static] ClipRectCmdProperty Detailheightpropertypublic var height:Number 高度。 widthproperty public var width:Number 宽度。 xproperty public var x:Number X 轴偏移量。 yproperty public var y:Nu...

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

748. laya.display.cmd.ScaleCmd [ 74%]

...id 回收到对象池 ScaleCmdPublic Constants ConstantDefined By  ID : String = Scale[static] ScaleCmdProperty DetailpivotXpropertypublic var pivotX:Number (可选)水平方向轴心点坐标。 pivotYproperty public var pivotY:Number (可选)垂直方向轴心点坐标。 scaleXpropert...

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

749. laya.display.cmd.DrawImageCmd [ 74%]

...收到对象池 DrawImageCmdPublic Constants ConstantDefined By  ID : String = DrawImage[static] DrawImageCmdProperty Detailheightpropertypublic var height:Number (可选)高度。 textureproperty public var texture:Texture 纹理。 widthproperty public var width:Number (可选)宽度...

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

750. laya.display.cmd.RotateCmd [ 74%]

...d 回收到对象池 RotateCmdPublic Constants ConstantDefined By  ID : String = Rotate[static] RotateCmdProperty Detailanglepropertypublic var angle:Number 旋转角度,以弧度计。 pivotXproperty public var pivotX:Number (可选)水平方向轴心点坐标。 pivotYproperty public va...

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