版本:Unity 6(6000.0)
语言中文(简体)
  • C#

BackgroundPropertyHelper.ResolveUnityBackgroundScaleMode

建议更改

成功!

感谢您帮助我们提升 Unity 文档的质量。虽然我们无法接受所有提交,但我们确实会阅读来自用户的每条建议的更改,并在适用的情况下进行更新。

关闭

提交失败

由于某种原因,无法提交建议的更改。请在几分钟后重试。感谢您抽出时间帮助我们提升 Unity 文档的质量。

关闭

取消

声明

public static ScaleMode ResolveUnityBackgroundScaleMode(UIElements.BackgroundPosition backgroundPositionX, UIElements.BackgroundPosition backgroundPositionY, UIElements.BackgroundRepeat backgroundRepeat, UIElements.BackgroundSize backgroundSize, out bool valid);

参数

backgroundPositionX 要解析的 X 背景位置。
backgroundPositionY 要解析的 Y 背景位置。
backgroundRepeat 要解析的背景重复。
backgroundSize 要解析的背景大小。
valid 指示背景属性是否解析为有效的缩放模式。

返回值

ScaleMode 缩放模式。

说明

将背景属性解析为有效的缩放模式。