大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0048 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...efined in laya/d3/physics/Collision.ts:23 创建一个 Collision 实例。 Returns Collision Properties contacts contacts: ContactPoint[] = [] Defined in laya/d3/physics/Collision.ts:21 readonly other other: PhysicsComponent Defined in laya/d3/physics/Collision.ts:23 readonly Globals "laya/d3/physic...
来源: Laya3.0_api 发布时间: 20231115
...hide(): void Defined in laya/utils/Stat.ts:246 隐藏性能统计信息。 Returns void Static render render(ctx: any, x: number, y: number): void Defined in laya/utils/Stat.ts:310 Parameters ctx: any x: number y: number Returns void Static show show(x?: number, y?: number, views?: Array<StatUIPa...
来源: Laya3.0_api 发布时间: 20231115
...esh的宏 Parameters mesh: Mesh Mesh out: Array<ShaderDefine> define Returns void Globals "laya/d3/resource/models/MeshUtil" MeshUtil getMeshDefine Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...。该问题以后版本会解决,敬请谅解。 **2.返回按钮** ![return](img/return.png) 点击返回按钮,可以返回到扫码的界面,重新进行扫码。 ## 四、目前版本存在的问题 **下面的问题会在以后的版本里解决,敬请谅解。** 在调试器调试的...
来源: Laya2.0_文档 发布时间: 20210715
...tic function RegExpFunc(reg:RegExp,str:String):Boolean { var p:RegExp=reg; return p.test(str) ; } 我这样子写,直接传进去,运行报错 2017-03-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueyi...
来源: Laya_社区 发布时间: 20170313
...mberMethod Detailclone()methodoverride public function clone():* 克隆。 Returns* — 克隆副本。 Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...ist<RenderElement> isTransparent: boolean left: number right: number Returns void Globals "laya/d3/RenderObjs/RenderObj/QuickSort" QuickSort sort Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ntArray), decodedString = decodeURIComponent(escape(atob(encodedString))); return decodedString; }这种方法不行! [/code] 2019-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20190412
...btn1.on(Laya.Event.CLICK,this,()=>{ if(!_pause)return; sound.pause(); _pause = false }) btn2.on(Laya.Event.CLICK,this,()=>{ if(_pause)return ...
来源: Laya_社区 发布时间: 20200921
...ularVelocityMethod Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public function cloneTo(destObject:*):void 克隆。 Parameters destObject:* — 克隆源。 Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929