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

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

3171. laya.d3.math.OrientedBoundBox [ 35%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames OrientedBoundBoxProperties | Methods Packagelaya.d3.mathClasspublic class OrientedBoundBoxInheritanceOrientedBoundBox Object OrientedBoundBox 类用于创建OBB包围盒。 Public Properties PropertyDefined By  extent...

来源: Laya2.0_api 发布时间: 20190513

3172. laya.resource.Texture [ 35%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TextureProperties | Methods | Events Packagelaya.resourceClasspublic class TextureInheritanceTexture EventDispatcher ObjectSubclasses RenderTarget2D Texture 是一个纹理处理类。 Public Properties PropertyDefined...

来源: laya_api 发布时间: 20170929

3173. laya.d3.core.material.UnlitMaterial [ 35%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames UnlitMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class UnlitMaterialInheritanceUnlitMaterial BaseMaterial laya.resource.Resource UnlitMaterial 类用于实现不受光照影响的材...

来源: Laya2.0_api 发布时间: 20190513

3174. laya.maths.Rectangle [ 35%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RectangleProperties | Methods | Constants Packagelaya.mathsClasspublic class RectangleInheritanceRectangle Object Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区...

来源: laya_api 发布时间: 20170929

3175. 多线程worker(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 35%]

...我们用原生js看下如何使用。 ​ 新建一个js文件 ,放到index.html中代码如下: ```javascript var myWorker = new Worker("my_task.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``...

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

3176. 二进制图片(JavaScript-2D进阶篇(JS)-游戏加载策略) [ 34%]

...img对象添加到网页的body上进行显示。把这段代码嵌入到index.html文件中,运行可以看到网页已经正常的显示我们的图片。 ### Laya中如何使用? 上面的简单例子我们是用的js脚本写的,那么在项目中怎么使用dom元素的img呢?下面我...

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

3177. 关于微信小游戏关系链的问题 [ 34%]

...ataContext": "openData",开放数据域的代码都放在openDat目录下index.js里 开放数据域的话,其实就不要用框架了,直接对canvas进行操作吧,不然可能代码体积太大了 2018-03-26 0 1 分享 微博 QZONE 微信 Laya_XS 赞同来自: 在开发数据域里的环...

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

3178. laya.maths.Rectangle [ 34%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RectangleProperties | Methods | Constants Packagelaya.mathsClasspublic class RectangleInheritanceRectangle Object Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区...

来源: Laya2.0_api 发布时间: 20190513

3179. laya.ui.UIEvent [ 34%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames UIEventProperties | Methods | Constants Packagelaya.uiClasspublic class UIEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show...

来源: Laya2.0_api 发布时间: 20190513

3180. laya.resource.Texture [ 34%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TextureProperties | Methods | Events Packagelaya.resourceClasspublic class TextureInheritanceTexture EventDispatcher Object Texture 是一个纹理处理类。 Public Properties PropertyDefined By  bitmap : Texture2D...

来源: Laya2.0_api 发布时间: 20190513