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

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

511. laya.ui.VScrollBar [ 60%]

...llBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Show Inherited Public P...

来源: laya_api 发布时间: 20170929

512. 用最新版本的IDE开发,用AS语言开发,用HttpRequest加载图片报错,用JS语言开发却可以加载 [ 60%]

...key2.png","","get","arraybuffer"); } private function completeHandler(data:Object):void { //加载完成返回的data是arraybuffer; //.......这里处理我们加密的图片数据,假设我们的图片加密数据是在图片的前面写入了四个字节的数据 //.......解密逻辑开始...

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

513. laya.media.VideoTexture_API3.0 [ 60%]

...egend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

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

514. laya.ui.HScrollBar [ 60%]

...llBarInheritanceHScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Show Inherited Public P...

来源: laya_api 发布时间: 20170929

515. laya.utils.Browser_API3.0 [ 60%]

...indow createElement getElementById getQueryString now removeElement Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

516. laya.utils.Byte_API3.0 [ 60%]

...mEndian Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Static property Static method Enumeration Interface

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

517. 小游戏怎么截图 [ 60%]

...ry { var htmlCanvas:HTMLCanvas= box.drawToCanvas(1280,720,0,0); var canvas:Object = htmlCanvas.getCanvas(); var imagePath:String;// = canvas.toTempFilePathSync(); canvas.toTempFilePath({ x: 0, y: 0, width: 1280, height: 720, destWidth: 1280, destHeight: 720, success:function(res:Object):void{ imageP...

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

518. 一个简单的跑酷曲面shader分享 [ 60%]

...; this.zdistance = 200.0; } public static initShader() { var attributeMap: object = { "a_Position": Laya.VertexMesh.MESH_POSITION0, "a_Normal": Laya.VertexMesh.MESH_NORMAL0, "a_Textcoord": Laya.VertexMesh.MESH_TEXTURECOORDINATE0, "a_Textcorrd1": Laya.VertexMesh.MESH_TEXTURECOORDINATE1, "a_Tangent": ...

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

519. laya.maths.Point_API3.0 [ 60%]

... create Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface

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

520. 我用as3调试的matter.js,刚体发生碰撞后不会旋转,我的代码在附件里 [ 60%]

...nst stageHeight:int = 960;                  private var Matter:Object = Browser.window.Matter;         private var LayaRender:Object = Browser.window.LayaRender;                  private var mouseConstraint:*;         private var engine:*;               ...

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