大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0055 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
ui居中无法居中问题 static alignV:string="middle"; static alignH:string="center"; Laya.stage.alignV = GameConfig.alignV; Laya.stage.alignH = GameConfig.alignH; 这样设置后,ui还是不居中,右边或者下面都是黑的,不知道什么原因,还需要其他地方设置吗? ...
来源: Laya_社区 发布时间: 20190926
...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
...收到对象池 DrawLinesCmdPublic Constants ConstantDefined By ID : String = DrawLines[static] DrawLinesCmdProperty DetaillineColorpropertypublic var lineColor:* 线段颜色,或者填充绘图的渐变对象。 lineWidthproperty public var lineWidth:Number (可选)线段宽度。 points...
来源: Laya2.0_api 发布时间: 20190513
...可以正常运行,打包后才会出现问题 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
...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
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
...回收到对象池 DrawPolyCmdPublic Constants ConstantDefined By ID : String = DrawPoly[static] DrawPolyCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对象。 lineColorproperty public var lineColor:* (可选)边框颜色,或者填充...
来源: Laya2.0_api 发布时间: 20190513
...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
... 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
...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