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

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

121. UI-TextArea [ 95%]

...= "70,8,8,8"; Laya.stage.addChild(ta); } } new UI_TextArea();module laya { import Stage = Laya.Stage; import TextArea = Laya.TextArea; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_TextArea { private skin: string = "res/ui/textarea.png"; con...

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

122. 区块地图-滚动地图 [ 94%]

...er.width, Laya.Browser.height); } } new TiledMap_ScrollMap();module laya { import Stage = Laya.Stage; import TiledMap = Laya.TiledMap; import Rectangle = Laya.Rectangle; import Browser = Laya.Browser; import Handler = Laya.Handler; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class Til...

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

123. UI-Dialog [ 94%]

...TH + "," + DIALOG_HEIGHT; dialog.show(); } } new UI_Dialog();module laya { import Stage = Laya.Stage; import Button = Laya.Button; import Dialog = Laya.Dialog; import Image = Laya.Image; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_Dialog { private DIALOG_WIDTH: number =...

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

124. 骨骼动画-藤蔓 [ 94%]

...mature.play(mCurrIndex, false); } } new Skeleton_SpineVine();module laya { import Skeleton = Laya.Skeleton; import Templet = Laya.Templet; import Event = Laya.Event; import Browser = Laya.Browser; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class Skeleton_SpineVine { private mAniPath:...

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

125. 用npm的protobuf导出的ts代码。然后用import { } from "" 运行到这里没反应,不继续执行,也不报错。 [ 94%]

用npm的protobuf导出的ts代码。然后用import { } from "" 运行到这里没反应,不继续执行,也不报错。 我现在要使用静态js代码来实现proto的编码解码。不讨论直接用.proto的情况。我现在的问题是用导出的.js而不是用.proto的问题。    ...

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

126. UI-ColorPicker [ 94%]

...ole.log(colorPicker.selectedColor); } } new UI_ColorPicker();module laya { import Stage = Laya.Stage; import ColorPicker = Laya.ColorPicker; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_ColorPicker { private skin: string = "res/ui/colorPick...

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

127. 骨骼动画-橡胶人 [ 94%]

...play(mCurrIndex, false); } } new Skeleton_SpineStretchyman();module laya { import Skeleton = Laya.Skeleton; import Templet = Laya.Templet; import Event = Laya.Event; import Browser = Laya.Browser; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class Skeleton_SpineStretchyman { private mA...

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

128. 两个ts文件 都这样引入import a=laya.ui.view时,提示重复定义。 [ 94%]

两个ts文件 都这样引入import a=laya.ui.view时,提示重复定义。 比如a.ts和b.ts 同时以import a=laya.ui.view这种方式引入view组件时,提示重复定义,是为什么?应该怎么引入? 2018-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

129. 文本-HTML文本 [ 94%]

....href = "res/html/test.html"; p.y = 200; } } new Text_HTML();module laya { import Stage = Laya.Stage; import HTMLDivElement = Laya.HTMLDivElement; import HTMLIframeElement = Laya.HTMLIframeElement; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Text_HTML { constructor() { // ...

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

130. TS setExternalLinkEx問題 [ 94%]

...5 0 8 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: module Webview { import WebGL = Laya.WebGL; import Stage = Laya.Stage; import Button = Laya.Button; import Handler = Laya.Handler; import Loader = Laya.Loader; import Event = Laya.Event; import Browser = Laya.Browser; export class GameMain{ ...

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