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

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

31. HTMLDivElement 使用<font>标签,不支持字体大小 [ 62%]

...E 微信 cuixueying 赞同来自: 使用span标签,在span标签下设置style样式! 2017-09-11 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 C_jx 相关问题 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新...

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

32. [LayaAirIDE3]3d粒子系统曲线编辑器又有问题了 [ 62%]

...配置 这个怎么解决? 编辑器下HtmlDIVElement属性能否支持style选项设置 ui 编辑器里 两个不同的ui控件的前后关系如何调整? 为什么在编辑器下正常的animation,运行时有原件会错乱? 为什么在编辑器模式下正常的animation, 运行时...

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

33. layaair2.0默认字体设置无效 [ 62%]

...ublic function set font(value:String):void {             if ((_style as TextStyle).currBitmapFont) {                 _getTextStyle().currBitmapFont = null;                 scale(1, 1);             }             if (_bitmapFonts &amp...

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

34. 微信小游戏调试时发现,某些机器上会出现切换场景后屏幕不刷新 [ 58%]

...常了,输出日志[wxgl]Creating ScreenCanvas (WebGL): size: 1336x752, style: 736x414, antialias: no, preserveDrawingBuffer: no,搜了下是没有重绘的原因。目前在iphone有些机型上会出现,我想可能是切换场景时等待资源加载的缘故,因为我有设置一些资...

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

35. layaAirIDE中如何使用wx等微信基础对象,ide版本1.7.19.1beta [ 57%]

...tton = wx.createUserInfoButton({ type: 'text', text: '获取用户信息', style: { left: 10, top: 76, width: 200, height: 40, lineHeight: 40, backgroundColor: '#ff0000', color: '#ffffff', textAlign: 'center', fontSize: 16, borderRadius: 4 } }) 这种利用微信接口创建的按钮对象赋值给b...

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

36. 微信小游戏加载资源问题 [ 27%]

... Laya.Browser.createElement(&quot;div&quot;); Laya.Input['inputContainer'].style.position = &quot;absolute&quot;; Laya.Input['inputContainer'].style.zIndex = 1E5; Laya.Browser.container.appendChild(Laya.Input['inputContainer']); Laya.Laya.stage.on(&quot;resize&quot;, null, MiniInput._onStageResize);...

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