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

大约有 1,204 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0089 秒)

741. CSSStyle中的leading设置值无效 [ 56%]

...效) LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 2.0 drawTexture color参数无效 问题状态 最新活动: 2017-06-01 14:20 浏览: 976 关注: 2 人 yurong3000 • 2017-06-01 14:50 多谢雪莹,应该是valign没有设置为top

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

742. Font.defaultFont设置默认字体无效 [ 56%]

...GL); var txtName = new laya.display.Text(); txtName.fontSize = 20; txtName.color = "#ffffff"; txtName.align = "center"; txtName.stroke = 2; txtName.text = "设置全局字体无效"; Laya.stage.addChild(txtName);   2017-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

743. startDrag的可拖动区域参数 这个参数是相对于父节点的还是? [ 56%]

...数 使用getChildByName()无法得到子节点对象 2.0 drawTexture color参数无效 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 能不能用定时器根据时间改变节点Pie的起始角度? 拖动地图的时候怎么设置地图不会超出屏幕啊,例如官网的...

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

744. LayaAir3D,SpotLight的attenuation属性无效? [ 56%]

...效的问题 lh文件内meshSprite添加阴影属性无效 2.0 drawTexture color参数无效 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 matter.js mouseconstraint在微信小游戏中无效 关于绑定点击事件无效的问题! 问题状态 最新活动: 2018-03-05 10:20 浏览: 716 关...

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

745. 2D灯光与网格 · LayaAir3.4 · 引擎文档 · LAYABOX [ 56%]

...光与网格的关系二、灯光组件的通用属性2.1 灯光颜色(Color)2.2 灯光强度(Intensity)2.3 图层遮罩(Layer Mask)2.4 阴影三、进阶使用3.1 图层遮罩的代码应用3.2 引擎中的API四、灯光组件的使用2D方向光2D精灵光2D自由形态光2D聚光灯2...

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

746. beta版和正式版同样参数烘培效果不一致 [ 55%]

...效果,对于渐变相机位移? 刮刮卡效果实现 2.0 drawTexture color参数无效 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 问题状态 最新活动: 2023-08-07 16:43 浏览: 1910 关注: 2 人

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

747. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 55%]

...itor scriptPath TEMPVECTOR3 defaultTextureHDRDecodeValues Accessors ambientColor ambientIntensity ambientMode ambientSH ambientSphericalHarmonics awaked bounds boundsMax boundsMin boxProjection customReflection destroyed enabled hideFlags iblTex iblTexRGBD id importance probePosition reflectionDecod...

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

748. HTML行间距 [ 55%]

...E 微信 tyevlag 赞同来自: 谢谢,回复真快。。 <span style='color:#cfb28d;line-height:130%;font:16px Microsoft YaHei bold'>文本内容</span> 我这里是这样似乎是无效的。 2017-09-11 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...

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

749. SoundManager.setMusicVolume 在safair无效 [ 55%]

...无效 关于同为object层,层级设置无效的问题 2.0 drawTexture color参数无效 ColorFilter滤镜在遮罩下无效 在设计模式里A元素比B元素层级低,当我点击舞台的时候给A的层级通过zOrder设置比B元素高,但是效果无效呢 sprite设置了cacheas,rem...

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

750. 超出文本区域的处理&滚动文本(TypeScript-LayaAir基础篇(TS)-文本) [ 55%]

...age.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createTexts(); } private createTexts(): void { var t1: Text = this.createText(); t1.overflow = Text.VISIBLE; t1.pos(10, 10); var t2: Text = this.createText(); t2.overflow = Text.SCROLL; t2.pos(10, 110)...

来源: Laya2.0_文档 发布时间: 20210715