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

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

51. laya.filters.IFilterActionGL [ 85%]

...rcCanvas:*):*IFilterAction  apply3d(scope:SubmitCMDScope, sprite:Sprite, context:RenderContext, x:Number, y:Number):*IFilterActionGL  setValue(shader:*):voidIFilterActionGL  setValueMix(shader:Value2D):voidIFilterActionGLProperty DetailtypeMixpropertytypeMix:int  [read-only] Implementation ...

来源: laya_api 发布时间: 20170929

52. laya.filters.webgl.ColorFilterActionGL [ 85%]

...cCanvas:*):*FilterActionGL  apply3d(scope:SubmitCMDScope, sprite:Sprite, context:RenderContext, x:Number, y:Number):*[override] ColorFilterActionGL  setValue(shader:*):void[override] ColorFilterActionGL setValueMix(shader:Value2D):voidFilterActionGLProperty Detaildatapropertypublic var data:Col...

来源: laya_api 发布时间: 20170929

53. laya.filters.webgl.FilterActionGL [ 84%]

...cCanvas:*):*FilterActionGL  apply3d(scope:SubmitCMDScope, sprite:Sprite, context:RenderContext, x:Number, y:Number):*FilterActionGL  setValue(shader:*):voidFilterActionGL  setValueMix(shader:Value2D):voidFilterActionGLProperty DetailtypeMixpropertytypeMix:int  [read-only] Implementation   ...

来源: laya_api 发布时间: 20170929

54. LayaNative 在android8.0 报ANR概率大 [ 83%]

... I/art:     at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:636) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void android.webkit.WebView.<init>(android.content.Con...

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

55. Laya发布安卓接入穿山甲联盟sdk在安卓9.0版本以上无法运行 [ 83%]

...交 2 个回复 小邦 赞同来自: public static String getProcessName(Context context) { ActivityManager manager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE); for (ActivityManager.RunningAppProcessInfo processInfo : manager.getRunningAppProcesses()) { if (processInfo.pid...

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

56. laya.d3.core.render.InstanceRenderElement_API3.0 [ 83%]

... subshaderIndex: number = 0 Returns void _renderUpdatePre _renderUpdatePre(context: RenderContext3D): void Overrides RenderElement._renderUpdatePre Defined in laya/d3/core/render/InstanceRenderElement.ts:101 Parameters context: RenderContext3D Returns void clear clear(): void Defined in laya/d3/core...

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

57. laya.resource.HTMLCanvas_API3.0 [ 82%]

...tor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors context cpuMemory destroyed gpuMemory height id obsolute referenceCount source width cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory clear destroy event get...

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

58. 自定义shader 在未指定webgl 模式下 setIBVB参数应该如何设置 [ 82%]

...置 //重写渲染函数 public //重写渲染函数 public customRender(context:Laya.RenderContext,x:number,y:number):void{ this.shaderValue.iTime += this.animeValue; let webgl2d = context.ctx instanceof Laya.WebGLContext2D if( webgl2d) (context.ctx as Laya.WebGLContext2D).setIBVB( x, y, this.iBuff...

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

59. Laya2.12项目 左上角出现笑脸,是什么东西崩溃了吗 [ 81%]

...复 Laya_zhang 赞同来自: 紫雨风暴 这个问题是你提的WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost这个问题导致的,现在正在查找context lost的原因,有结果会及时回复,感谢反馈。 2021-11-17 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...

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

60. 深入理解LayaAir引擎架构和实现原理(三)引擎渲染主循环与AOP介入控制 [ 81%]

...数就是帧循环函数,函数内部调用render函数用于渲染当前context渲染上下文和更新逻辑。 这边主要的功能是:清空画布——提交渲染——更新逻辑。引擎内所有的计时器timer都是在这里更新的。其中super.render(context, x, y); 属于stage...

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