UnityEngine.GridModule Grid is the base class for plotting a layout of uniformly spaced points and lines. The size of the gap between each cell in the Grid. The layout of the cells in the Grid. The size of each cell in the Grid. The cell swizzle for the Grid. Get the logical center coordinate of a grid cell in local space. Grid cell position. Center of the cell transformed into local space coordinates. Get the logical center coordinate of a grid cell in world space. Grid cell position. Center of the cell transformed into world space coordinates. Does the inverse swizzle of the given position for given swizzle order. Determines the rearrangement order for the inverse swizzle. Position to inverse swizzle. The inversed swizzled position. Swizzles the given position with the given swizzle order. Determines the rearrangement order for the swizzle. Position to swizzle. The swizzled position. An abstract class that defines a grid layout. The size of the gap between each cell in the layout. The layout of the cells. The size of each cell in the layout. The cell swizzle for the layout. The layout of the GridLayout. Hexagonal layout for cells in the GridLayout. Rectangular layout for cells in the GridLayout. Swizzles cell positions to other positions. Keeps the cell positions at XYZ. Swizzles the cell positions from XYZ to XZY. Swizzles the cell positions from XYZ to YXZ. Swizzles the cell positions from XYZ to YZX. Swizzles the cell positions from XYZ to ZXY. Swizzles the cell positions from XYZ to ZYX. Converts a cell position to local position space. Cell position to convert. Local position of the cell position. Converts an interpolated cell position in floats to local position space. Interpolated cell position to convert. Local position of the cell position. Converts a cell position to world position space. Cell position to convert. World position of the cell position. Returns the local bounds for a cell at the location. Location of the cell. Local bounds of cell at the position. Get the default center coordinate of a cell for the set layout of the Grid. Cell Center coordinate. Converts a local position to cell position. Local Position to convert. Cell position of the local position. Converts a local position to cell position. Local Position to convert. Interpolated cell position of the local position. Converts a local position to world position. Local Position to convert. World position of the local position. Converts a world position to cell position. World Position to convert. Cell position of the world position. Converts a world position to local position. World Position to convert. Local position of the world position.