Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BackgroundSize

Create a BackgroundSize with x and y repeat
Read time 1 minuteLast updated 6 days ago

Definition

BackgroundSize(Length, Length)

Create a BackgroundSize with x and y repeat
public BackgroundSize(Length sizeX, Length sizeY)

Parameters

sizeX


sizeY

BackgroundSize(BackgroundSizeType)

Create a BackgroundSize using Enum
public BackgroundSize(BackgroundSizeType sizeType)

Parameters