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

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

611. laya.display.Text [ 25%]

...默认会把 "黑体" 映射为 "黑体-简",更多映射,可以自己添加Text  fontSize : int 指定文本的字体大小(以像素为单位)。 默认为20像素,可以通过 Text.defaultFontSize 设置默认大小。 Text globalRotation : Number[read-only] 获得相对于stage的...

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

612. laya.ui.TextInput [ 25%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[override] [read-only] 显示对象的实际显示区域高度...

来源: laya_api 发布时间: 20170929

613. laya.ui.List [ 25%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[read-only] 显示对象的实际显示区域高度(以像素...

来源: laya_api 发布时间: 20170929

614. laya.display.Stage [ 25%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Stage()场景类,引擎中只有一个stage实例,此实例可以通过Laya.stage访问。Stage add...

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

615. laya.display.Scene_API3.0 [ 24%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。 Returns number Inherited from Text.zOrder Defined in laya/display/Sprite.ts:1833 z排序,更改此值,则会按照值的大小对同一容器的所有对象重新排序。值越大,越靠上。默认...

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

616. laya.display.Text [ 24%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By  _fontFamilyMap : Object[static] 存在于这个映射表中的字体,在IPhone上,会变成 字体-简|繁 这个字体列表不包含全部可能的字...

来源: laya_api 发布时间: 20170929

617. laya.display.Stage [ 24%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Stage()场景类,引擎中只有一个stage实例,此实例可以通过Laya.stage访问。Stage add...

来源: laya_api 发布时间: 20170929

618. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 24%]

...把这两个目录拖到Unity面板的Assets下,否则会导致重命名添加(会导致报错),而不是升级覆盖。 ### 三、初识LayaAir的Unity插件功能模块 当LayaAir的Unity插件导入成功(安装)后,在Unity中能见到的主要是三个组成模块,我们先对...

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

619. laya.display.Input [ 24%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _fontFamilyMap : Object[static] 存在于这个映射表中的字体,在IPhone上,...

来源: laya_api 发布时间: 20170929

620. 【简单跑酷--JS版】---Lv.6 终篇 [ 23%]

... changeValue 来让外部控制 能量条的 进度 我们把能量条都添加到舞台上面吧~~ 打开runGame.js(function () { /** * 游戏入口 */ function RunGame(){ this.bg = null; this.mapFloor = null; this.player = null; this.flyEnergy = null; this.speedEnergy = null; RunGame.__super.call(...

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