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

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

1301. UI-Clip [ 64%]

...ter:Clip; private var currFrame:int; private var controller:Button; public function UI_Clip() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage...

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

1302. laya.d3.core.render.Sprite3DRenderDeclaration_API3.0 [ 64%]

...BE_BOX_PROJECTION SHADERDEFINE_VOLUMETRICGI Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property

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

1303. laya.d3.component.staticmesh.StaticBatchMesh_API3.0 [ 64%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static method

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

1304. laya.resource.Prefab_API3.0 [ 64%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

1305. laya.ui.UIUtils_API3.0 [ 64%]

.../ui/UIUtils" UIUtils fillArray gray toColor Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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

1306. laya.d3.graphics.VertexDeclaration_API3.0 [ 64%]

...tCount vertexStride getVertexElementByIndex Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1307. laya.d3.component.AvatarMask_API3.0 [ 64%]

...mPath getTransformActive setTransformActive Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1308. laya.utils.ImgUtils_API3.0 [ 64%]

... _arrayBufferToURL arrayBufferToURL destroy Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

1309. 同一个Animation,创建多个实例只能显示一个(测试项目已上传) [ 64%]

...yer.addChild(p) } /////////////wheelas.as public function wheel(){ this.graphics.drawCircle(0,0,40,"#fff"); _wheel= new Animation(); _wheel.loadAnimation("wheeling.ani"); } public function init():void{ this.addChild(_wheel); _wheel.play(); }   附件 : --> 相关链接 : h...

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

1310. 导出到微信小游戏资源加载失败回调不执行 [ 64%]

...仅当statusCode为200时才会触发回调,源码如下 public static function downFiles(fileUrl:String, encoding:String = "ascii", callBack:Handler = null, readyUrl:String = "",isSaveFile:Boolean = false,fileType:String = "",isAutoClear:Boolean =true):void { var downloadTask:* = wxdown({url: fil...

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