大约有 2,539 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1916) Laya3.0_api(163) laya_api(112) Laya2.0_api(107) Laya2.0_文档(76) Laya_示例(68) Laya2.0_示例(51) Laya3.0_文档(46)
...roto._onVisibilitychange @ laya.js:4606 __proto.run @ laya.js:7475 __proto.event @ laya.js:322 visibleChangeFun @ laya.js:21598 2017-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你...
来源: Laya_社区 发布时间: 20171214
...th addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...
来源: Laya3.0_api 发布时间: 20231115
...ackagelaya.d3.core.renderClasspublic class BaseRenderInheritanceBaseRender EventDispatcher ObjectImplements laya.resource.IDestroySubclasses GlitterRender, MeshRender, ShurikenParticleRender, TerrainRender, WaterRender Render 类用于渲染器的父类,抽象类不允许实例。 Public Propertie...
来源: laya_api 发布时间: 20170929
...pt extends Laya.Script { constructor() { super(); } onMouseClick(evt: Laya.Event): void { // 尝试获取当前位置 Laya.Geolocation.getCurrentPosition( Laya.Handler.create(this, this.onSuccess), Laya.Handler.create(this, this.onError) ); console.log("click"); } // 成功获取位置后触发 onSu...
来源: Laya3.0_文档 发布时间: 20251010
...1:48:56.524 1040-1438/? D/PowerManagerService: userActivityNoUpdateLocked: eventTime=160233968, event=2, flags=0x0, uid=1000 06-09 11:48:56.524 1040-1438/? D/PowerManagerNotifier: onUserActivity: event=2, uid=1000 06-09 11:48:56.524 1040-1438/? D/PowerManagerService: updateUserActivitySummaryLocked:...
来源: Laya_社区 发布时间: 20170609
... aWidget.setPage("c1", 1); 控制器改变时有通知事件: c1.on(Laya.Event.CHANGED, ()=> { console.log(c1.selectedIndex); }); Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 18:58:09 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...gory=3d&group=Resource&name=GarbageCollection)) ```typescript function(e:Event) { this._castType++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_s...
来源: Laya2.0_文档 发布时间: 20210715
...Container.loadImage("res/guide/crazy_snowball.png"); gameContainer.on(Laya.Event.CLICK, this, this.nextStep); // 引导所在容器 guideContainer = new Sprite(); Laya.stage.addChild(guideContainer); guideContainer.cacheAs = "bitmap"; // 绘制遮罩区,含透明度,可见游戏背景 maskArea =...
来源: Laya2.0_示例 发布时间: 20251219
...题 ios原生回调问题 关于Dialog遮罩层移除解决问题的说明 event自定义事件的问题 问题状态 最新活动: 2018-08-16 20:39 浏览: 5141 关注: 3 人 kuma • 2018-07-24 19:47 现在的问题就是如果把微信的js文件引入到本地,在PC端的chrome中是能正确...
来源: Laya_社区 发布时间: 20180724
...de> 类用于创建组件的父类。 */ class Component3D extends laya.events.EventDispatcher implements laya.d3.core.render.IUpdate { protected static _uniqueIDCounter: number; protected _id: number; protected _cachedOwnerLayerMask: number; protected _cachedOwnerEnable: boolean; protected _enab...
来源: Laya_社区 发布时间: 20171109