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

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

131. laya.spine.SpineSkeleton_API3.0 [ 92%]

...leY scene scrollRect skewX skewY skinName source stage staticCache templet texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addAnimation addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customR...

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

132. 文本对齐与自动换行(TypeScript-LayaAir基础篇(TS)-文本) [ 92%]

...下API的参数说明,再通过示例代码进行介绍。laya.display.text中关于文本样式的API参数: ![1](img/1.png) ![2](img/2.png) ![3](img/3.png) ![4](img/4.png) 给我们设置字体样式的代码中,先给这个文本设置一个文本区域,然后设置文本在文本区域...

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

133. laya.ui.VBox_API3.0 [ 92%]

...otation scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contain...

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

134. laya.ui.HBox_API3.0 [ 92%]

...otation scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contai...

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

135. LayaNative端使用.ttf字体 [ 92%]

...er(下载.ttf文件后的二进制数据)package { import laya.display.Text; import laya.net.Loader; import laya.utils.Browser; import laya.utils.Handler; public class Test { public function Test() { Laya.init(550,400); Laya.stage.bgColor="#EEFFCC"; Laya.loader.load("hu.ttf",Handler.create(this,...

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

136. laya.display.EffectAnimation_API3.0 [ 92%]

...tation scaleX scaleY scene scrollRect skewX skewY stage staticCache target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains custo...

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

137. [LayaAir3]Laya3.2.3 Text._bgDrawCmd逻辑错误 [ 92%]

[LayaAir3]Laya3.2.3 Text._bgDrawCmd逻辑错误 【非常严重,修改内存池对象】       Text.renderText方法 附件 : --> 2025-02-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 layabox 赞同来自:...

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

138. laya.display.Input [ 92%]

...s | Constants Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与...

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

139. laya.ani.bone.Skeleton_API3.0 [ 92%]

...leY scene scrollRect skewX skewY skinName source stage staticCache templet texture timer total transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender d...

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

140. 请问如何使我的自定义类UIDropBox继承Laya.Sprite? [ 92%]

...aya.Sprite? var UIDropBox = (function () { var Sprite = Laya.Sprite; var Text = Laya.Text; function UIDropBox() { UIDropBox.super(this); this.txt = this.getTextFeild(); this.txt.y = 50; this.txt.text = 'aasassa'; console.log(this.addChild);//undefined console.log(this._super);//undefined this.addC...

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