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

大约有 3,603 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0090 秒)

551. 关于截屏的问题 [ 76%]

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

552. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 76%]

...含指定的 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

553. SphereCollider和MeshCollider碰撞检测的bug [ 76%]

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

554. 文本-单行输入 [ 76%]

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

555. 文本-字数限制 [ 76%]

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

556. laya.map.TiledMap [ 76%]

...子两种 Public Properties PropertyDefined By  antiCrack : Boolean = true 是否调整地块边缘消除缩放导致的缝隙 TiledMap  autoCache : Boolean = true 是否自动缓存没有动画的地块 TiledMap  autoCacheType : String = normal 自动缓存类型,地图较大时建议使用n...

来源: laya_api 发布时间: 20170929

557. laya.map.TiledMap [ 76%]

...子两种 Public Properties PropertyDefined By  antiCrack : Boolean = true 是否调整地块边缘消除缩放导致的缝隙 TiledMap  autoCache : Boolean = true 是否自动缓存没有动画的地块 TiledMap  autoCacheType : String = normal 自动缓存类型,地图较大时建议使用n...

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

558. 文本-禁止编辑 [ 76%]

...制"; 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

559. 截屏无法实现 [ 76%]

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

560. sk文件加载 [ 76%]

...andler.create(this,function(){                  sk.play(1,true)                  sk.pos(200,200)                 Laya.stage.addChild(sk);             }))                                        Laya.tim...

来源: Laya_社区 发布时间: 20180828