大约有 5,271 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0127 秒)
Laya_社区(4696) Laya2.0_文档(214) Laya3.0_api(117) Laya3.0_文档(94) Laya2.0_api(82) laya_api(64) Laya_示例(3) Laya2.0_示例(1)
...。可以设置多个滤镜组合。Sprite fogColor : Vector3 获取雾化颜色。 BaseScene fogRange : Number 获取雾化范围。 BaseScene fogStart : Number 获取雾化起始位置。 BaseScene globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值(会叠加父亲节...
来源: laya_api 发布时间: 20170422
...Color): void Defined in laya/d3/core/material/UnlitMaterial.ts:41 反照率颜色。 Returns Color Defined in laya/d3/core/material/UnlitMaterial.ts:45 反照率颜色。 Parameters value: Color Returns void albedoIntensity get albedoIntensity(): number set albedoIntensity(value: number): void Defin...
来源: Laya3.0_api 发布时间: 20231115
..., lineHeight: 200, fontSize: 40, textAlign: "center", }, // 文字的最终颜色为#ff0000 redText: { color: "#ff0000", }, }; // JS部分,用于控制开放数据域的各种逻辑 function init() { wx.onMessage((data) => { Layout.clear(); Layout.init(template, style); Layout.layout(sharedCont...
来源: Laya3.0_文档 发布时间: 20251010
...le3D pickColor : Vector4RenderableSprite3D PICKCOLOR : int[static] 拾取颜色。RenderableSprite3D POSITIONSCALE : int[static] ShuriKenParticle3D ROLANGULARVELOCITYCONST : int[static] ShuriKenParticle3D ROLANGULARVELOCITYCONSTMAX : int[static] ShuriKenParticle3D ROLANGULARVELOCITYCON...
来源: Laya2.0_api 发布时间: 20190513
...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//初始化 } private function init():void { var animation:Animation = new Animation();//创建一个 Animation 类的实例对象 animation 。 animation.loadAtlas("resource/ani/fighter.json");//加载图集...
来源: Laya3.0_api 发布时间: 20231115
...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : St...
来源: Laya2.0_api 发布时间: 20190513
...textureCube Parameters size: number 像素 colorFormat: RenderTargetFormat 颜色格式 depthFormat: RenderTargetFormat 深度格式 generateMipmap: boolean 是否生成mipmap multiSamples: number Returns RenderTextureCube Properties _generateMipmap _generateMipmap: boolean Inherited from RenderText...
来源: Laya3.0_api 发布时间: 20231115
...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hscroll.png", "resource/ui/hscroll$bar.png", "resource/ui/hscroll$down.png", "resource/ui/hscroll$up.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onL...
来源: Laya3.0_api 发布时间: 20231115
...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():voi...
来源: Laya3.0_api 发布时间: 20231115
...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/progress.png", "resource/ui/progress$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { progressBar = new ProgressBar("resource...
来源: Laya3.0_api 发布时间: 20231115