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

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

771. ui居中无法居中问题 [ 74%]

ui居中无法居中问题 static alignV:string="middle"; static alignH:string="center"; Laya.stage.alignV = GameConfig.alignV; Laya.stage.alignH = GameConfig.alignH;   这样设置后,ui还是不居中,右边或者下面都是黑的,不知道什么原因,还需要其他地方设置吗? ...

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

772. HttpRequest问题 [ 74%]

...2打开控制台报错是什么 15818760256 • 2018-02-08 14:19 send(url: string, data?: any, method?: string, responseType?: string, headers?: Array<any>): void; 这个发送的时候加入header,header里面的key-value如果key是固定的命名吗?如果value值是"Access-Control...

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

773. laya.display.cmd.DrawLinesCmd [ 73%]

...收到对象池 DrawLinesCmdPublic Constants ConstantDefined By  ID : String = DrawLines[static] DrawLinesCmdProperty DetaillineColorpropertypublic var lineColor:* 线段颜色,或者填充绘图的渐变对象。 lineWidthproperty public var lineWidth:Number (可选)线段宽度。 points...

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

774. 打包后启动游戏后报错 [ 73%]

...可以正常运行,打包后才会出现问题 public function send(type:String,url:String,callbackName:String):void { this.type = type; //发送请求 var script:* = Browser.createElement("script"); script.id = "serverlist"; Browser.document.head.appendChild(script); script.src = url; script.type...

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

775. laya.physics.ChainCollider_API3.0 [ 73%]

...ed in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Inherited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidB...

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

776. UTF-8 ArrayBuffer和字符串之间的转换 [ 73%]

UTF-8 ArrayBuffer和字符串之间的转换 [code]function uintToString(uintArray) { var encodedString = String.fromCharCode.apply(null, uintArray), decodedString = decodeURIComponent(escape(atob(encodedString))); return decodedString; }这种方法不行! [/code] 2019-04-12 添加评论 免费...

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

777. laya.display.cmd.DrawPolyCmd [ 73%]

...回收到对象池 DrawPolyCmdPublic Constants ConstantDefined By  ID : String = DrawPoly[static] DrawPolyCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对象。 lineColorproperty public var lineColor:* (可选)边框颜色,或者填充...

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

778. laya.filters.ColorFilter [ 73%]

...matrix:Array):ColorFilter 设置矩阵数据 ColorFilter  setColor(color:String):ColorFilter 设置滤镜色 ColorFilterConstructor DetailColorFilter()Constructorpublic function ColorFilter(mat:Array = null) 创建一个 ColorFilter 实例。 Parameters mat:Array (default = null) — (可选)...

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

779. Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path [ 73%]

... ArgumentException: Invalid path System.IO.Path.GetDirectoryName (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Path.cs:215) LayaExport.DataManager.saveLightMapFile (.JSONObject props) LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData ...

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

780. 扇形遮罩画不全画了一个很奇怪的形状但是矩形的就没问题。显示效果如下:版本号1.7.10 [ 73%]

...te;         public var percent:Number;         public var type:String = "PROGRESS_TIMER_TYPE_RADIAL";         public var reverseDirection:Boolean = true;         public var spSize:Size;                  public static var PROGRESS_TIMER_TYPE_RADIAL:String = "PROGRE...

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