BackgroundPropertyHelper
Helper to convert between background properties and ScaleMode.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static class BackgroundPropertyHelper
Remarks
For more information, Refer to Set the scale mode for a background image.
Static Methods
Method | Description |
|---|---|
| ConvertScaleModeToBackgroundPosition | Converts ScaleMode to the equivalent BackgroundPosition property. |
| ConvertScaleModeToBackgroundRepeat | Converts ScaleMode to the equivalent BackgroundRepeat property. |
| ConvertScaleModeToBackgroundSize | Converts ScaleMode to the equivalent BackgroundSize property. |
| ResolveUnityBackgroundScaleMode | Resolves the background properties to a valid ScaleMode. |