大约有 1,651 项符合查询结果, 库内数据总量为 31,715 项。 (搜索耗时: 0.0050 秒)
Laya_社区(676) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya3.0_文档(67) Laya_示例(58) Laya2.0_示例(54)
...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
...= parseInt(durationInput.text); }); } private createInputWidthLabel(label: string, prompt: string, x: number, y: number): Input { var text: Text = new Text(); text.text = label; text.color = "white"; Laya.stage.addChild(text); text.pos(x, y); var input: Input = new Input(); input.size(50, 20); input...
来源: Laya2.0_示例 发布时间: 20260130
...回收到对象池 DrawRectCmdPublic Constants ConstantDefined By ID : String = DrawRect[static] DrawRectCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对象。 heightproperty public var height:Number 矩形高度。 lineColorproperty publi...
来源: Laya2.0_api 发布时间: 20190513
...erties () method public function getTileProperties(index:int, id:int, name:String):* 得到tile自定义属性 Parameters index:int — 地图块索引 id:int — 具体的TileSetID name:String — 属性名称 这个api怎么用?tileSetId是什么 2018-01-29 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180129
...= parseInt(durationInput.text); }); } private createInputWidthLabel(label: string, prompt: string, x: number, y: number): Input { var text: Text = new Text(); text.text = label; text.color = "white"; Laya.stage.addChild(text); text.pos(x, y); var input: Input = new Input(); input.size(50, 20); input...
来源: Laya_示例 发布时间: 20260130