Class TileLayoutUtils
Inheritance
TileLayoutUtils
Syntax
public static class TileLayoutUtils
Methods
TryLayoutByCol(RectInt, UInt32, out RectInt, out RectInt)
Declaration
public static bool TryLayoutByCol(RectInt src, uint tileSize, out RectInt main, out RectInt other)
Parameters
Returns
TryLayoutByRow(RectInt, UInt32, out RectInt, out RectInt)
Declaration
public static bool TryLayoutByRow(RectInt src, uint tileSize, out RectInt main, out RectInt other)
Parameters
Returns
TryLayoutByTiles(RectInt, UInt32, out RectInt, out RectInt, out RectInt, out RectInt)
Declaration
public static bool TryLayoutByTiles(RectInt src, uint tileSize, out RectInt main, out RectInt topRow, out RectInt rightCol, out RectInt topRight)
Parameters
Returns