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

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

291. 网络和格式-ProtocolBuffer [ 67%]

...s, there is also encodeDelimited and decodeDelimited. } })();module laya { import Loader = Laya.Loader; import Browser = Laya.Browser; import Handler = Laya.Handler; export class Network_ProtocolBuffer { private ProtoBuf:any = Browser.window.protobuf; constructor() { Laya.init(550, 400); this.ProtoB...

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

292. Sprite-绘制各种形状 [ 67%]

..., 0, 5], ["closePath"] ], { fillStyle: "#00ffff" }); } })(); module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import WebGL = Laya.WebGL; export class Sprite_DrawShapes { private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(740, 400, WebGL); Lay...

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

293. UI-Clip [ 67%]

...ter.index = currFrame; controller.label = "暂停"; } } })();module laya { import Stage = Laya.Stage; import Button = Laya.Button; import Clip = Laya.Clip; import Image = Laya.Image; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_Clip { private buttonSkin: string = "../../...

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

294. 缓动-缓动函数演示 [ 67%]

...y - 3); input.inputElementYAdjuster = 1; return input } })();module laya { import Input = Laya.Input; import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import List = Laya.List; import Browser = Laya.Browser; import Ease = Laya.Ease; import Ha...

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

295. 鼠标交互-修正交互区域 [ 67%]

... { logger.text += "点击 - " + e.target.name + "\n"; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Interaction_FixInteractiveRegion { private log...

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

296. laya2跨文件访问的问题 [ 67%]

laya2跨文件访问的问题 就是laya2干什么都得import一下的事情了。找了一大圈,也没找到啥好办法,但有意见的人似乎也不少吧?   我就想问问,官方到底是怎么想的,认不认为这是个问题?以后还会添加不用写importexport的支...

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

297. LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 [ 67%]

...atically generated by LayaAirIDE, please do not make any modifications. */ import GameUI from "./script/GameUI" import GameControl from "./script/GameControl" import Bullet from "./script/Bullet" import DropBox from "./script/DropBox" /* * 游戏初始化配置; */ export default class GameConfig{ s...

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

298. Sprite-绘制各种形状 [ 67%]

..."] ], { fillStyle: "#00ffff" }); } } new Sprite_DrawShapes();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import WebGL = Laya.WebGL; export class Sprite_DrawShapes { private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(740, 400, WebGL); Lay...

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

299. 输入设备-指南针 [ 67%]

... -1 * Math.floor(info.beta) / 90 * 70 + compassImg.y; } })() module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Gyroscope = Laya.Gyroscope; import RotationInfo = Laya.RotationInfo; import Browser = Laya.Browser; import Handler = Laya.Handler; import...

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

300. Laya3.0正式版spine3.8的动画资源不能正常显示 [ 67%]

...一样的资源,一样的代码,还是一样的错误信息 代码: import SpineSkeleton = Laya.SpineSkeleton; import Loader = Laya.Loader; import SpineTemplet = Laya.SpineTemplet; const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { private skeleton: SpineS...

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