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

大约有 5,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0103 秒)

5371. 引擎 TiledMap 居然不支持图块翻转 [ 17%]

...ports, Laya) {     'use strict';     const TiledMapFlipConst = 1073741824;     const TiledMapFlipConstHalf = TiledMapFlipConst / 2;     class GridSprite extends Laya.Sprite {         constructor() {             super(...arguments);             this.relativeX = 0;         ...

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

5372. laya.ui.FontClip_API3.0 [ 16%]

...示例: fontClip.skin = "font1.png";//设置皮肤 fontClip.sheet = "abc123 456";//设置皮肤对应的内容,空格换行。此皮肤为25列(显示时skin会被等分为25列),第一行对应的文字为"abc123",第二行为"456" fontClip.value = "a1326";//显示"a1326"文字 Hi...

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

5373. laya.display.Input_API3.0 [ 16%]

...put(): Input Overrides Text.constructor Defined in laya/display/Input.ts:102 创建一个新的 Input 类实例。 Returns Input Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _onPostLayout _onPostLayout: () => void Inherited from Text....

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