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

大约有 1,691 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0076 秒)

401. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 68%]

...过图片数据计算得到AStart网格 */ private createGridFromAStarMap(texture): any { var textureWidth = texture.width; var textureHeight = texture.height; var pixelsInfo = texture.getPixels(); var aStarArr = []; var index = 0; for (var w = 0; w < textureWidth; w++) { var colaStarArr = aStarA...

来源: Laya3.0_文档 发布时间: 20230303

402. ani用到的图集资源清理之后再次用load进来,重新创建ani,ani不现实的bug [ 68%]

...ion的时候,会优先从缓存中读取,如图   3.所以当清理掉texture后,虽然重新加载了,但是Animation依然没有用新的texture。   解决办法是调用Laya.Animation.clearCache把动画缓存也清除掉,或者用clearTextureRes代替clearRes,具体看项目需求...

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

403. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 68%]

...terial  SHADERDEFINE_TINTCOLOR : int[static] ShurikenParticleMaterial  texture : BaseTexture 获取漫反射贴图。 ShurikenParticleMaterial  tilingOffset : Vector4 获取纹理平铺和偏移。 ShurikenParticleMaterial  tilingOffsetW : Number 获取纹理平铺和偏移W分量。 Shurike...

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

404. laya.ui.Tab [ 68%]

...状态下的描边颜色。 UIGroup tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...

来源: laya_api 发布时间: 20170929

405. 微信小游戏wxmin图片加载有点问题 [ 68%]

...)); console.log(3) var boxMat = new Laya.StandardMaterial(); boxMat.diffuseTexture = Laya.Texture2D.load("https://s2.d2scdn.com/2018/1/2 ... 6quot;); box.meshRender.material = boxMat; // var ape = new Laya.Sprite() // Laya.stage.addChild(ape) // ape.loadImage('https://s2.d2scdn.com/2018/1/2/474ebb47...

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

406. 骨骼挂点图片不展示的问题 [ 68%]

...these 赞同来自: MissingMethodException: Method not found: 'UnityEngine.Texture2D.EncodeToPNG'. LayaExport.DataManager.saveData () LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:427) LayaAir3D.OnGUI () (at Assets/LayaAir3D/L...

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

407. laya.ui.ProgressBar [ 67%]

...手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer...

来源: laya_api 发布时间: 20170929

408. laya.ui.RadioGroup [ 67%]

...状态下的描边颜色。 UIGroup tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...

来源: laya_api 发布时间: 20170929

409. this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function [ 67%]

...s.bitmap.activeResource is not a function     使用代码如下:var rankTexture:Texture = new Texture(Laya.Browser.window.sharedCanvas); var image:Laya.Image = new Laya.Image(); image.source = rankTexture; Laya.stage.addChild(image);     附件 : --> 2018-04-03 1 条评论 免费帖 --> 分享 ...

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

410. laya.ui.VScrollBar [ 67%]

...的标签。 Component target : Sprite 设置滚动对象。 ScrollBar texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite thumbPercent : Number获取或设置一个值,该...

来源: laya_api 发布时间: 20170929