Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GridPalette

GridPalette stores settings for Palette assets when shown in the Palette window.
Read time 4 minutesLast updated 2 days ago

Definition

[HelpURL("tilemaps/tile-palettes/new-tile-palette-reference")]public class GridPalette : ScriptableObject

Fields

Value

Description

cellSizingDetermines the sizing of cells for a Palette.

Properties

Property

Description

transparencySortAxisDetermines the sorting axis if the Transparency Sort Mode is set to Custom Axis.
transparencySortModeDetermines the Transparency Sorting Mode of Renderers in the Palette.

Enums

Enum

Description

GridPalette.CellSizingControls the sizing of cells for a Palette.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.