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

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

261. 分享:List相关(Item增删功能) [ 69%]

...乱了)------参考onRemoveClick回调   大致代码如下:package { import laya.display.Sprite; import laya.events.Event; import laya.net.Loader; import laya.ui.Box; import laya.ui.CheckBox; import laya.ui.Clip; import laya.utils.Handler; import ui.test.ListPageUI; public class LayaUISample {...

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

262. 屏幕适配-对齐模式 [ 69%]

...tage.bgColor = "#232628"; } } new SmartScale_Align_Contral();module laya { import Stage = Laya.Stage; export class SmartScale_Align_Contral { constructor() { Laya.init(100, 100); Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDL...

来源: Laya2.0_示例 发布时间: 20241117

263. UI怎么设置居中显示,显示到游戏窗口中 [ 69%]

...06 0 0 分享 微博 QZONE 微信 taofljf 赞同来自: namespace uiview { import Event = Laya.Event; import Browser = Laya.Browser; export class ViewLogin extends ui.loginViewUI { constructor() { super(); this.smo this.visible = false; 我的问题是UI界面如何对齐,不是舞台。。 2018-0...

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

264. 其他引擎的Demo-Example_21 [ 69%]

...cs.clear(); liveGraphics.drawPoly(0, 0, path, color); } })();module laya { import Graphics = Laya.Graphics; import Sprite = Laya.Sprite; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class PIXI_Example_21 { private colors:Array = ["#5D0776", "#EC8A49", "#AF3666", "#F6C84C", "#4C77...

来源: Laya_示例 发布时间: 20241117

265. 请问laya有没有类似翻页容器(pageView)的组件? [ 69%]

...到解决方法 2018-08-14 0 0 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() ...

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

266. 滤镜-颜色滤镜 [ 69%]

.../monkey2.png"); Laya.stage.addChild(ape); return ape; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import ColorFilter = Laya.ColorFilter; import Texture = Laya.Texture; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export cla...

来源: Laya_示例 发布时间: 20241117

267. 滤镜-颜色滤镜 [ 69%]

...drawTexture(apeTexture); return ape; } } new Filters_Color();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import ColorFilter = Laya.ColorFilter; import Texture = Laya.Texture; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export cla...

来源: Laya2.0_示例 发布时间: 20241117

268. ProgressBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 69%]

...己需要的进度条。 **示例代码:** ```javascript module laya { import Stage = Laya.Stage; import ProgressBar = Laya.ProgressBar; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_ProgressBar { private progressBar: ProgressBar; constructor() { // 不支持WebGL时自...

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

269. ts项目 模块问题 [ 69%]

...hics.drawRect(0, 0, this._size, this._size, this._color); } }   //a文件 import player from './player'; // 程序入口 class GameMain { constructor() { Laya.init(640, 960); var stage = Laya.stage; let p1 = new player(); } } new GameMain(); 2018-08-04 添加评论 免费帖 --> 分享 微博 QZONE...

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

270. 缓动-时间线 [ 69%]

...; break; case Keyboard.R: timeLine.resume(); break; } } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Keyboard = Laya.Keyboard; import TimeLine = Laya.TimeLine; import WebGL = Laya.WebGL; export class Tween_TimeLine { private target:Spri...

来源: Laya_示例 发布时间: 20241117