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

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

581. laya.particle.Particle2D [ 45%]

...但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...

来源: laya_api 发布时间: 20170929

582. 正交相机要怎么控制啊,坐标什么的全部懵!看了这个官方示例表示不懂,为什么还要转化为2D坐标? [ 45%]

...ONE; var dialog = Laya.stage.addChild(new Laya.Image("../../res/threeDimen/texture/earth.png")); var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.rotate(new Laya.Vector3(-90, 0, 0), false, false); //-30改为-90 camera.tr...

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

583. laya.map.GridSprite [ 45%]

...但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...

来源: laya_api 发布时间: 20170929

584. IDE1.7.19.1beta打包apk后后,播放spine动画出现图片缺失 [ 45%]

...) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 Texture图片能否进行翻转? laya3D动画无法播放 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 spine动画播放后图集错乱 如何获取图片每个像素点的RGB...

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

585. laya.display.Sprite_API3.0 [ 45%]

...votY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy...

来源: Laya3.0_api 发布时间: 20231115

586. 微信小游戏加载外部json可以加载成功,但是加载外部图片就不行,没有任何反应 [ 45%]

...体? 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 Texture图片能否进行翻转? 2.1.1.1引擎微信小游戏掉帧严重 问题状态 最新活动: 2019-10-25 11:22 浏览: 2169 关注: 3 人 老骨朵 • 2019-10-24 17:51 我加了啊。。图片上不是写了 老骨朵...

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

587. LayaRender渲染含有多个part的Body存在Bug [ 45%]

...s/bar.png"); var w = size, h = size/5; sp.pivot(w/2, h/2); sp.graphics.fillTexture(text, 0, 0, w, h); partA = Matter.Bodies.rectangle(x, y, w, h, { isStatic:true, layaSprite:sp, });  sp = new Laya.Sprite(); w = size/5, h=size; sp.pivot(w/2, h/2); sp.graphics.fillTexture(text, 0, 0, w, h); partB = M...

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

588. 求助 Uncaught SyntaxError: Unexpected identifier [ 44%]

...terial(); material.albedo = new Vector4(1.3, 1.3, 1.3, 1); material.diffuseTexture = Texture2D.load("res/bg.png"); plane.meshRender.material = material; //生成坐标中心,其实是球体 var sphere = scene.addChild(new MeshSprite3D(new SphereMesh(0.05,100,100))) as MeshSprite3D; var material = ...

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

589. laya.ui.Box [ 44%]

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

来源: laya_api 发布时间: 20170929

590. Unity资源导出插件 · LayaAir3.0文档 · LAYABOX [ 44%]

...材质类型。 分类 材质 Build in 管线 Standard 材质 Ulit Color/Texture/Cut Out/ Transparent 材质 URP 管线 URP Lit材质 URP Ulit材质 天空盒 Procedural 程序化天空盒 6 Sideed Panoramic 全景图 旧版着色器(只做兼容考虑, 不建议) Diffuse Fast Diffuse Diffuse De...

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