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

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

171. laya.d3.core.scene.Scene3D_API3.0 [ 91%]

...er scrollRect shadowMapFrequency skewX skewY skyRenderer stage staticCache texture timer transform url viewport visible width x y zOrder _updateMark Methods _initialize _processActive _setCullCamera addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer co...

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

172. 如何完全删除精灵 并回收内存 [ 91%]

...t container = new Laya.Box() for(let i =0;i<1000;i++){ let t = new Laya.Text() t.text = 'test' t.color = '#ffffff' container.addChild(t) } Laya.stage.addChild(container)新建一个精灵 向其中插入1000个文字 内存快照变为10.5var WebGL = laya.webgl.WebGL; Laya.init(600, 400, WebGL); ...

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

173. textinput 问题 [ 91%]

textinput 问题 label可以通过label.textField.textWidth来获取文本的实际宽度!! textinput怎么 获取到文本的实际宽度, 上面的方法 获取不到! 2017-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

174. laya.ui.HSlider_API3.0 [ 91%]

... scene scrollRect showProgress sizeGrid skewX skewY skin stage staticCache texture tick timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTim...

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

175. laya.ui.VSlider_API3.0 [ 91%]

... scene scrollRect showProgress sizeGrid skewX skewY skin stage staticCache texture tick timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTim...

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

176. laya.ui.ScrollBar_API3.0 [ 91%]

... scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance...

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

177. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 91%]

...   附上渐变SVG文字的代码:   /** * this class is a extension of texts with gradient color  */ var effect; (function (effect) {     var GradientText = (function (_super) {         const style = {             DEFAULT: "default",             VERTICAL: "vertical",       ...

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

178. text组件在native2.0上运行会报错 [ 91%]

text组件在native2.0上运行会报错 在laya native上运行项目,只要是text组件的就会报错,例子我放上去了,下载的是LayaNative-Release-2.2.0,我看运行你们的demo的就会报错了 附件 : --> test1.zip 2019-08-06 添加评论 免费帖 --> 分享 微博 QZONE ...

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

179. 富Text的实现 [ 91%]

Text的实现 Laya中有没有像U3D那样的 一个文本显示多种颜色的编码 2018-12-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: htmldivelement https://layaair.ldc.laya...

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

180. 如何动态设置Animation对象中已经绑定好label control的text[ 91%]

如何动态设置Animation对象中已经绑定好label control的text值 1. 我在ide创建好一个动效动画,并绑定了一个label control,动画的效果就是从小到大的播放label文字的。(初始的label的text为“”) 2. 在程序中,在播放动画之前,我设置...

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