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

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

991. 内嵌模式创建scene,运行时报找不到json文件 [ 69%]

...dule ui { export class HelloUI extends Scene { public static uiView:any ={"type":"Scene","props":{"width":640,"height":1136},"compId":2,"child":[{"type":"Label","props":{"y":64,"x":214.5,"width":211,"text":"label","styleSkin":"comp/label.png","height":67},"compId":3}],"loadList":["comp/label.png"],"...

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

992. app 截屏分享功能问题 [ 69%]

...// transaction字段用于 唯一标 识一个请求 req.message = msg; if(type == 1) //朋友圈 req.scene = SendMessageToWX.Req.WXSceneTimeline; else if(type == 2) //好友 req.scene = SendMessageToWX.Req.WXSceneSession; // 调用api 接口发送数据到微信 api.sendReq(req) ; } 传过去的...

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

993. laya.d3.core.particleShuriKen.module.GradientVelocity [ 69%]

...: GradientDataNumber[read-only] 渐变最小速度Z。 GradientVelocity  type : int[read-only] 命周期速度类型,0常量模式,1曲线模式,2随机双常量模式,3随机双曲线模式。 GradientVelocityPublic Methods  MethodDefined By  GradientVelocity() 创建一个 GradientVel...

来源: laya_api 发布时间: 20170929

994. laya.d3.core.particleShuriKen.module.GradientVelocity [ 69%]

...: GradientDataNumber[read-only] 渐变最小速度Z。 GradientVelocity  type : int[read-only] 命周期速度类型,0常量模式,1曲线模式,2随机双常量模式,3随机双曲线模式。 GradientVelocityPublic Methods  MethodDefined By  GradientVelocity() 创建一个 GradientVel...

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

995. 创建图集的问题 [ 69%]

...然后代码中: //加载图集 asset.push( { url: NVHAIDAOMAO_JSON_URL, type: Laya.Loader.ATLAS }, { url: WAR_JSON_URL, type: Laya.Loader.ATLAS } ); Laya.loader.load(asset, laya.utils.Handler.create(this, onLoaded), laya.utils.Handler.create(this, onLoading, null, false)); // 使用图集 var arr...

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

996. laya.d3.shader.ShaderVariant_API3.0 [ 69%]

...l setValue ShaderVariantCollection Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

997. laya.d3.core.particleshuriken.module.GradientDataNumber_API3.0 [ 69%]

...alue getKeyByIndex getValueByIndex Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

998. laya.display.cmd.DrawTrianglesCmd_API3.0 [ 69%]

...ices x y ID getBoundPoints recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

999. laya.d3.core.render.command.BlitFrameBufferCMD_API3.0 [ 69%]

...rData recover run setshader create Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static method

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

1000. 分享:IDE使用SWF动画的销毁与反复创建 [ 69%]

...           Laya.loader.load([{url: "res/atlas/flicker/image.json", type: Loader.ATLAS}], Handler.create(this, onLoaded));         }         private function onLoaded():void {             //实例UI界面             var testView:TestView = new TestView();    ...

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