Class TileLayoutUtils
Utility for tiles layout
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class TileLayoutUtils
Methods
Name | Description |
---|---|
TryLayoutByCol(RectInt, uint, out RectInt, out RectInt) | Try decompose the givent rect into columns given the parameter |
TryLayoutByRow(RectInt, uint, out RectInt, out RectInt) | Try decompose the givent rect into rows given the parameter |
TryLayoutByTiles(RectInt, uint, out RectInt, out RectInt, out RectInt, out RectInt) | Try decompose the givent rect into tiles given the parameter |