Version: 2022.3
LanguageEnglish
  • C#

BackgroundPropertyHelper.ResolveUnityBackgroundScaleMode

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

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

Parameters

backgroundPositionX The X BackgroundPosition to resolve.
backgroundPositionY The Y BackgroundPosition to resolve.
backgroundRepeat The BackgroundRepeat to resolve.
backgroundSize The BackgroundSize to resolve.
valid Indicates whether the background properties resolve to a valid ScaleMode.

Returns

ScaleMode ScaleMode.

Description

Resolves the background properties to a valid ScaleMode.