大约有 334 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)
Laya_社区(113) Laya3.0_api(70) laya_api(66) Laya2.0_api(65) Laya2.0_文档(8) Laya3.0_文档(6) Laya2.0_示例(3) Laya_示例(3)
...。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var BlurFilter = Laya.BlurFilter; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var apePath = "../../res/apes/monkey2.png"; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.c...
来源: Laya_示例 发布时间: 20251130
LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...
来源: Laya3.0_api 发布时间: 20230115
... DocumentationAll Packages | All Classes | Index | Frames No Frames IFilterActionMethods Packagelaya.filtersInterfacepublic interface IFilterAction IFilterAction 是滤镜动画接口。 Public Methods MethodDefined By apply(srcCanvas:*):*IFilterActionMethod Detailapply()method public fu...
来源: laya_api 发布时间: 20170929
...umentationAll Packages | All Classes | Index | Frames No Frames ColorFilterActionProperties | Methods Packagelaya.filtersClasspublic class ColorFilterActionInheritanceColorFilterAction ObjectImplements IFilterAction ColorFilterAction 是一个颜色滤镜应用类。 Public Properties Prope...
来源: laya_api 发布时间: 20170422
... DocumentationAll Packages | All Classes | Index | Frames No Frames IFilterActionGLProperties | Methods Packagelaya.filtersInterfacepublic interface IFilterActionGL extends IFilterActionImplementors ColorFilterActionGL, FilterActionGLPublic Properties PropertyDefined By typeMix : int[rea...
来源: laya_api 发布时间: 20170929
...。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var GlowFilter = Laya.GlowFilter; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var apePath = "../../res/apes/monkey2.png"; var ape; (function() { // 不支持WebGL时自...
来源: Laya_示例 发布时间: 20251130
...(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var ColorFilter = Laya.ColorFilter; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var ApePath = "../../res/apes/monkey2.png"; var apeTexture; (function() { // 不支持WebGL...
来源: Laya_示例 发布时间: 20251130
...umentationAll Packages | All Classes | Index | Frames No Frames ColorFilterProperties | Methods Packagelaya.filtersClasspublic class ColorFilterInheritanceColorFilter Filter ObjectImplements IFilter ColorFilter 是颜色滤镜。使用 ColorFilter 类可以将 4 x 5 矩阵转换应用于输...
来源: Laya2.0_api 发布时间: 20190513
...olor = "#ffffff"; //原始位图 createImg(200,50); //红色滤镜 creteRedFilter(); //创建发光滤镜位图**/ createGlowFilter(); //创建阴影滤镜位图 createShadeFilter(); //创建糊滤滤镜位图 createBlurFilter(); /**创建位图方法**/ function createImg(w,h){ var I...
来源: Laya_社区 发布时间: 20170811
[LayaAir3]Laya3.3废弃了filters,如何设置sprite滤镜,添加PostProcess2D,再给Process添加ColorEffect2D也不生效 2025-08-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layabox 赞同来自: 麻烦...
来源: Laya_社区 发布时间: 20250821