大约有 3,288 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0070 秒)
Laya_社区(1556) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(45) Laya2.0_示例(12) Laya_示例(9)
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/command/DrawRenderCMD" DrawRenderCMD Class DrawRenderCMD Hierarchy Command DrawRenderCMD Index Constructors construc...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/models/SkyRenderer" SkyRenderer Class SkyRenderer SkyRenderer 类用于实现天空渲染器。 Hierarchy SkyRenderer I...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawLineCmd" DrawLineCmd Class DrawLineCmd 绘制单条曲线 Hierarchy DrawLineCmd Index Properties fromX fromY lineCo...
来源: Laya3.0_api 发布时间: 20231115
...der) { let bodyB: RigidBody = colliderB.owner.getComponent(RigidBody); let index = bodyB.getBody().GetUserData().pointer; this.touching[index] = false; } } dispose() { Laya.physicsTimer.clearAll(this); } } new Physics_Physics_CollisionEvent();package { import laya.display.Sprite; import laya.display...
来源: Laya2.0_示例 发布时间: 20251209
... • 2017-03-08 14:26 点击删除,删除事件里做什么?deleteItem(index); index怎么知道。 cuixueying • 2017-03-08 14:34 index就是你要删除的项的索引 cry_11858 • 2017-03-08 14:39 @cuixueying:你看下楼下,是这样做吗?点击删除,做个刷新,这时候会调...
来源: Laya_社区 发布时间: 20170308
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/geolocation/GeolocationInfo" GeolocationInfo Class GeolocationInfo Hierarchy GeolocationInfo Index Accessors accuracy altitu...
来源: Laya3.0_api 发布时间: 20231115
...s); if (!Config3D._config._multiLighting) { var index = deugDefines.indexOf("LEGACYSINGLELIGHTING"); (index !== -1) && (deugDefines.splice(index, 1)); } //保存参数 if (dbugShaderVariantInfo) ...
来源: Laya_社区 发布时间: 20200606
...ertex3 = new Laya.Vector3(); var color = new Laya.Vector4(0, 1, 0, 1); var index = 0; Laya.timer.frameLoop(1, this, function () { index +=1; layaMonkey.meshRender.material.transformUV.offset = new Laya.Vector2(index 0/100.0, index 0/100.0); layaMonkey.active = !debugModel; layaMonkey....
来源: Laya_社区 发布时间: 20171127
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawCircleCmd" DrawCircleCmd Class DrawCircleCmd 绘制圆形 Hierarchy DrawCircleCmd Index Properties fillColor lineCo...
来源: Laya3.0_api 发布时间: 20231115
...tion(){ this._stateChanged=false; this.runCallLater(this.changeClips); var index=this._state < this._stateNum ? this._state :this._stateNum-1; this._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this._labelColors[index]; if (this._strokeColors)th...
来源: Laya_社区 发布时间: 20170516