Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GridLinePlacement

How a GridLine places one edge of a CSS Grid item.
Read time 1 minuteLast updated 12 days ago

Definition

public enum GridLinePlacement

Fields

Value

Description

AutoThe edge is resolved by the grid's auto-placement algorithm.
LineAn explicit, 1-based grid line.
SpanA span of N tracks, measured from the item's opposite edge.