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

大约有 1,651 项符合查询结果, 库内数据总量为 31,715 项。 (搜索耗时: 0.0050 秒)

781. 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

782. 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

783. 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

784. 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

785. 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

786. 扇形遮罩画不全画了一个很奇怪的形状但是矩形的就没问题。显示效果如下:版本号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

787. 缓动-缓动函数演示 [ 73%]

...= 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

788. laya.display.cmd.DrawRectCmd [ 73%]

...回收到对象池 DrawRectCmdPublic Constants ConstantDefined By  ID : String = DrawRect[static] DrawRectCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对象。 heightproperty public var height:Number 矩形高度。 lineColorproperty publi...

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

789. tiledMap tileSetId是什么 [ 73%]

...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

790. 缓动-缓动函数演示 [ 73%]

...= 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