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

大约有 2,610 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0090 秒)

341. LayaNative横竖屏黑屏 [ 79%]

...加入闪屏图片 LayaAirIDE1.7.17 版本,LayaNative下面 Stat统计的sprite数量不准,误将sprite.visible=false的对像也统计进去了,网页端就没有问题 layaAir打包 到手机黑屏 确定手机当横竖屏 发布web之后 运行index 黑屏 怎么让laya h5自动适应手...

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

342. 使用Sprite 的 loadImage 不断的加载图片 会导致 GlUtils fillIBQuadrangle中的count 也就是绘制四边形数量不断升高 最后达到上限值 出现黑屏 [ 79%]

使用Sprite 的 loadImage 不断的加载图片 会导致 GlUtils fillIBQuadrangle中的count 也就是绘制四边形数量不断升高 最后达到上限值 出现黑屏 使用Sprite 的 loadImage 不断的加载图片 会导致 GlUtils fillIBQuadrangle中的count 也就是绘制四边形数量...

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

343. laya.d3.core.light.SpotLight [ 79%]

...kagelaya.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D Node EventDispatcher Object SpotLight 类用于创建聚光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活...

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

344. laya.ui.Tab [ 79%]

...Packagelaya.uiClasspublic class TabInheritanceTab UIGroup Box UIComponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活...

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

345. laya.ui.RadioGroup [ 79%]

...iClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box UIComponent Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户每次只能选择一个 Radio 控件。 Public Properties Hide Inherited Public Properties Show Inher...

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

346. laya.ui.VScrollBar [ 79%]

....uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

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

347. laya.ui.HScrollBar [ 79%]

....uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

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

348. 关于纹理的显示问题 [ 79%]

关于纹理的显示问题     var sprite:Sprite=new Sprite(); sprite.pos(0, 0); var texture:Texture=new Texture(Browser.window.sharedCanvas); if (texture) { // texture.bitmap.alwaysChange=true; //小程序使用,非常费,这个参数可以根据自己的需求适当调整,如果内容不...

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

349. loader.create如果传入多种类型的资源不会加载关联的资源 [ 79%]

...der.create([{url:"Map01.ls","type":Laya.Scene},{url:"model.lh","type":Laya.Sprite3D}])   第二种就只会加载这两个json文件,不会加载引用的资源?需要怎么弄? 附件 : --> 2019-03-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

350. 3d粒子只要勾了looping,每次播放完开始下一次循环的时候都会闪烁一下 [ 79%]

...Laya.Vector3(300, 500, 0); var translate = new Laya.Vector3(0, 0, 0); Laya.Sprite3D.load("res/LayaScene_gamescene/Conventional/chest01.lh", Laya.Handler.create(this, function(sp:Laya.Sprite3D):void { console.log("111111111111111111111") var target: Laya.Sprite3D = scene3d.addChil...

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