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

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

91. laya.d3.math.Viewport_API3.0 [ 49%]

...s cloneTo cloneTo(out: Viewport): void Defined in laya/d3/math/Viewport.ts:110 克隆 Parameters out: Viewport Returns void project project(source: Vector3, matrix: Matrix4x4, out: Vector4): void Defined in laya/d3/math/Viewport.ts:48 投影一个三维向量到视口空间。 Parameters source: Vec...

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

92. native打包 java.lang.NoClassDefFoundError: com/android/resources/ResourceFolderType [ 49%]

...ntellij.util.indexing.impl.MapReduceIndex.<init>(MapReduceIndex.java:110) at org.jetbrains.jps.backwardRefs.index.CompilerReferenceIndex$CompilerMapReduceIndex.<init>(CompilerReferenceIndex.java:248) at org.jetbrains.jps.backwardRefs.index.CompilerReferenceIndex.<init>(CompilerRefe...

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

93. sound manager在MOUSE_OVER事件中无法播放 [ 49%]

...on(label: string): Sprite {             var w: number = 110;             var h: number = 40;              var button: Sprite = new Sprite();             button.size(w, h);             button.graphics.drawRect(0, 0, w, h...

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

94. 引擎示例中的新手引导自己写了一次,不知道为什么无法实现点击。 [ 48%]

..../res/guide/help4.png", tipx: 730, tipy: 380 }, { x: 1128, y: 583, radius: 110, tip: "../../res/guide/help3.png", tipx: 900, tipy: 300 } ]; var Handler = Laya.Handler; var Sprite = Laya.Sprite; var HitArea = Laya.HitArea; var step = 0; Laya.init(1285, 727, Laya.WebGL); var stage = Laya.stage; var lo...

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

95. 分享:销毁龙骨动画! [ 48%]

...ndler); } private function createButton(label:String):Sprite { var w:int = 110; var h:int = 40; var button:Sprite = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2 , 8, "25px SimHei", "#FFFFFF", "center"); Laya.stage.addChild(bu...

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

96. 版本号:2.0.2 beta, 在sound文件夹下音乐播放不了,放入到res文件夹下可播放 [ 48%]

...yMusic); }  private createButton(label: string): Sprite { var w: number = 110; var h: number = 40;  var button: Sprite = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2, 8, "25px SimHei", "#FFFFFF", "center"); Laya.stage.addCh...

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

97. Clip属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 47%]

...r.width) / 2; controller.y = (Laya.stage.height - controller.height) / 2 + 110; Laya.stage.addChild(controller); } function onClipSwitchState() { if (counter.isPlaying) { counter.stop(); currFrame = counter.index; controller.label = "播放"; } else { counter.play(); counter.index = currFrame; contr...

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

98. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 45%]

... 2; this.controller.y = (Laya.stage.height - this.controller.height) / 2 + 110; Laya.stage.addChild(this.controller); } private onClipSwitchState(): void { if (this.counter.isPlaying) { this.counter.stop(); this.currFrame = this.counter.index; this.controller.label = "播放"; } else { this.counter....

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

99. socket无法连接服务器 [ 44%]

...T 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Accept-Encoding: gzip, deflate, sdch, br Accept-Language: zh-CN,zh;q=0.8 Sec-WebSocket-Key: kzjtRVMCwDoKQgwiFeIz5A== Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits 2017-06-02 添加评...

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

100. 超出文本区域的处理&滚动文本(JavaScript-LayaAir基础篇(JS)-文本) [ 43%]

....pos(10, 10); var t2 = createText(); t2.overflow = Text.SCROLL; t2.pos(10, 110); var t3 = createText(); t3.overflow = Text.HIDDEN; t3.pos(10, 210); } function createText() { var txt = new Text(); txt.text = "Layabox是HTML5引擎技术提供商与优秀的游戏发行商,面向AS/JS/TS开发者提...

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