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

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

681. laya.ui.RadioGroup [ 66%]

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

来源: laya_api 发布时间: 20170929

682. Matter.js引擎和laya这边的层次关系 [ 66%]

...一些单独的旋转或者透明的控制,研究了好久matter自带的texture,发现无法满足我的要求,因为用matter的贴图旋转只能使刚体旋转带动贴图旋转,而刚体旋转会导致反弹方向出现偏移。 所以我通过自定义一个layaSprite,绑定到刚体...

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

683. DragonBones 4.9 转换 提示 没找到可以转换的文件,请确认文件夹名和文件名是一致的。 [ 66%]

...07 15:51 好的谢谢。 gplzh • 2016-12-06 13:31 boss1Ani_tex.json改成texture.json,boss1Ani_tex.png改成texture.png, 你试试看这样行不行 kanon1109 • 2016-12-06 10:48 这样做还是提示“没找到可以转换的文件”我的layaair版本是 1.5.3.

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

684. laya.d3.core.render.BloomEffect [ 66%]

...mEffect  dirtIntensity : Number 获取污渍强度。 BloomEffect  dirtTexture : Texture2D = null镜头污渍纹路,用于为泛光特效增加污渍灰尘效果BloomEffect  fastMode : Boolean = false是否开启快速模式。该模式通过降低质量来提升性能。BloomEffect  intensi...

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

685. laya.html.dom.HTMLIframeElement_API3.0 [ 66%]

...otation scaleX scaleY scene scrollRect skewX skewY stage staticCache style texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains customRender destr...

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

686. laya.ui.VScrollBar [ 66%]

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

来源: laya_api 发布时间: 20170929

687. laya.ui.HScrollBar [ 66%]

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

来源: laya_api 发布时间: 20170929

688. timer无法执行 [ 66%]

...ball1mat: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial();   Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(layabox: Laya.Texture2D): void{ ball1mat.albedoTexture = layabox; })); //ball1mat.tilingOffset = new Laya.Vector4(10, 10, 0, 0); ball1.meshRenderer.material...

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

689. laya.html.dom.HTMLDivElement_API3.0 [ 66%]

...otation scaleX scaleY scene scrollRect skewX skewY stage staticCache style texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains customRender destr...

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

690. [layaair 1.0] 如何支持Unity的含有第二套UV的shader [ 66%]

...————————— Shader "Unlit/uv2" { Properties { _MainTex ("Texture", 2D) = "white" {} } SubShader { Tags { "RenderType"="Opaque" } LOD 100   Pass { CGPROGRAM #pragma vertex vert #pragma fragment frag // make fog work #pragma multi_compile_fog   #include "UnityCG.cginc"   struct appd...

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