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

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

111. laya.display.Input [ 72%]

...s No Frames InputProperties | Methods | Events | Constants Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异...

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

112. 关于as版的Animation.createFrames()不能工作? [ 71%]

...teFrames()生成的缓冲图集就是不能工作: package { import laya.display.Animation; import laya.display.Sprite; import laya.display.Stage; import laya.utils.Handler; import laya.net.Loader; import laya.events.Event; public class LayaUISample { protected var text:Text; protected var aaa:AAA...

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

113. laya.display.Input [ 71%]

...s No Frames InputProperties | Methods | Events | Constants Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异...

来源: laya_api 发布时间: 20170929

114. LayaNative端使用.ttf字体 [ 71%]

...rrayBuffer(下载.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.crea...

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

115. IOS的safari浏览器打开h5项目demo,游戏场景偏移(附件有完整demo) [ 71%]

...应的LayaAirAs3_1.7.0_beta 文档类代码如下: package { import laya.display.Stage; import laya.display.Text; import laya.ui.Image; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#235615"; //设置适配模式 Laya.stage.a...

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

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

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

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

117. laya.ui.WXOpenDataViewer_API3.0 [ 70%]

...enterX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY r...

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

118. 分享,扩展Laya.Text组件实现简单的富文本 [ 70%]

...s.bold ? "bold " : "") + this.fontSize + "px " + (Browser.onIPhone ? (laya.display.Text._fontFamilyMap[this.font] || this.font) : this.font); Browser.context.font = ctxFont; var padding = this.padding; var startX = padding[3]; var textAlgin = "left"; var lineHeight = this.leading + this._charSize.he...

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

119. laya.ui.AdvImage_API3.0 [ 70%]

...enterX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pi...

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

120. 求教 label.text之类的文本,能否支持从右到左的显示?或者有没有什么解决方案,现有阿拉伯文、维语的需求 [ 70%]

...    style = Browser.canvas.source.style;             style.display = "none";             style.position = "absolute";             style.direction = "rtl";             //Browser.document.body.style.direction = "rtl";             Render._...

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