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

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

981. 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

982. 创建图集的问题 [ 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

983. 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

984. 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

985. 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

986. 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

987. 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

988. 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

989. 分享: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

990. XMLRequest在layaNative下请求崩溃,请求官方协助! [ 69%]

... });       hr.send(url, JSON.stringify(data), 'post', 'text', ['content-type', 'application/json;charset=UTF-8', "sessionid", this.sessionId]);       其中,['content-type', 'application/json;charset=UTF-8', "sessionid", this.sessionId]是http header请求头的参数,在LayaAir 1.0下是...

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