大约有 60 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0072 秒)
...UV(忽略模型的UV贴图) | | `Ignore Vertices Color` | 忽略顶点颜色(忽略模型的顶点颜色信息) | | `Ignore Vertices Normal` | 忽略顶点法线(忽略模型的法线信息) | | `Ignore Vertices Tangent` | 忽略顶点切线信息(忽略模型的切线信息) | | `Co...
来源: Laya2.0_文档 发布时间: 20210714
...tor.GUIUtils。 export interface IGUIUtils { /** * 编辑器默认的背景颜色 */ bgColor: gui.Color; /** * 编辑器默认的分割线颜色 */ lineColor: gui.Color; /** * 编辑器默认的文字颜色 */ textColor: gui.Color; createButton(autoSize?: boolean): gui.Button; createIconButton(flat?...
来源: Laya3.0_文档 发布时间: 20241014
...4 画布背景色设置 画布背景色,其实就是给画布设置一个颜色,默认值为#888888,如图1-8所示: (图1-8) 1.2 引擎初始化设置 有一些引擎的配置项,需要在引擎初始化的时候设置,而设置的入口就是如图1-9所示: (图1-9) 2D属性...
来源: Laya3.0_文档 发布时间: 20241014
...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : ...
来源: Laya2.0_api 发布时间: 20190513
...、渲染模式。 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
...是一个能够通过改变自身属性,比如角度、位置、缩放、颜色等,变为可控动画的2D图像。 Sprite 是基本的显示图形的显示列表节点。 通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移等操作。Sprite同时也是容器类,...
来源: Laya3.0_文档 发布时间: 20241014
...纹理格式: png32为默认格式,此格式支持透明度和更多的颜色;png24,无透明度;纹理压缩参考文档《纹理压缩》。 第三步:发布生成图集 当设置好后,在“构建发布”进行发布,等待发布成功,这时来看看发布后的目录,如...
来源: Laya3.0_文档 发布时间: 20241014
...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : St...
来源: Laya2.0_api 发布时间: 20190513
... 是引擎中的 像素线精灵,可根据脚本的绘制数据产生任意颜色的像素线。一般用于场景中的引导效果或项目调试数据用途。 (图7-5) 7.5 Trail 精灵 Trail 是引擎中的 拖尾精灵,可根据精灵运动轨迹产生动态的拖尾特效。一般用于各...
来源: Laya3.0_文档 发布时间: 20241014
...Laya.init(640, 800); 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", "resource/ui/clip_selectBox.png", "resource/ui/clip_tree_folder.png", "resour...
来源: Laya3.0_api 发布时间: 20231115