大约有 3,603 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0090 秒)
Laya_社区(2675) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) laya_api(98) Laya3.0_文档(97) Laya_示例(83) Laya2.0_示例(45)
...1438/? D/PowerManagerService: updateDisplayPowerStateLocked: mDisplayReady=true, policy=3, mWakefulness=1, mWakeLockSummary=0x23, mUserActivitySummary=0x1, mBootCompleted=true, mScreenBrightnessBoostInProgress=false, useProximitySensor=false, mRequestWaitForNegativeProximity=false, mBrightnessWaitMo...
来源: Laya_社区 发布时间: 20170609
...含指定的 Node 节点对象 。 Node destroy(destroyChild:Boolean = true):void[override] 销毁此对象。 ShuriKenParticle3D destroyChildren():void 销毁所有子对象,不销毁自己本身。 Node event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(del...
来源: Laya2.0_api 发布时间: 20190513
...dSphere,positions[i])===/*laya.d3.math.ContainmentType.Contains*/1) return true } return false; }else { return false; } break ; 上面代码中的 var positions=meshCollider.mesh._positions; 这个poistions是几何体初始化时的定点坐标,而不是根据几何体位置计算出来的当...
来源: Laya_社区 发布时间: 20181114
...tText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; Laya.stage.addChild(inputText); } })();module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = Laya.Brows...
来源: Laya_示例 发布时间: 20251209
...age.height - inputText.height >> 1; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; inputText.maxChars = 5; } } new Text_MaxChars();module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = L...
来源: Laya2.0_示例 发布时间: 20251209
...子两种 Public Properties PropertyDefined By antiCrack : Boolean = true 是否调整地块边缘消除缩放导致的缝隙 TiledMap autoCache : Boolean = true 是否自动缓存没有动画的地块 TiledMap autoCacheType : String = normal 自动缓存类型,地图较大时建议使用n...
来源: laya_api 发布时间: 20170929
...子两种 Public Properties PropertyDefined By antiCrack : Boolean = true 是否调整地块边缘消除缩放导致的缝隙 TiledMap autoCache : Boolean = true 是否自动缓存没有动画的地块 TiledMap autoCacheType : String = normal 自动缓存类型,地图较大时建议使用n...
来源: Laya2.0_api 发布时间: 20190513
...制"; inputText.editable = false; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; Laya.stage.addChild(inputText); } })();module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = Laya.Browser...
来源: Laya_示例 发布时间: 20251209
...e_proxy(mProxy); mPlugin.game_plugin_set_option("localize", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index.html"); mPlugin.game_plugin_init(); View gameView = mPlugin.ga...
来源: Laya_社区 发布时间: 20170423
...andler.create(this,function(){ sk.play(1,true) sk.pos(200,200) Laya.stage.addChild(sk); })) Laya.tim...
来源: Laya_社区 发布时间: 20180828