BackgroundSize
Create a BackgroundSize with x and y repeat
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
BackgroundSize(Length, Length)
Create a BackgroundSize with x and y repeat
public BackgroundSize(Length sizeX, Length sizeY)
Parameters
BackgroundSize(BackgroundSizeType)
Create a BackgroundSize using Enum
public BackgroundSize(BackgroundSizeType sizeType)