大约有 2,548 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
...= "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
...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
...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
...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
用npm的protobuf导出的ts代码。然后用import { } from "" 运行到这里没反应,不继续执行,也不报错。 我现在要使用静态js代码来实现proto的编码解码。不讨论直接用.proto的情况。我现在的问题是用导出的.js而不是用.proto的问题。 ...
来源: Laya_社区 发布时间: 20171115
...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
...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
两个ts文件 都这样引入import a=laya.ui.view时,提示重复定义。 比如a.ts和b.ts 同时以import a=laya.ui.view这种方式引入view组件时,提示重复定义,是为什么?应该怎么引入? 2018-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180118
....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
...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