Class TileLayoutUtils | Core RP Library | 7.2.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class TileLayoutUtils

    Utility for tiles layout

    Inheritance
    Object
    TileLayoutUtils
    Namespace: UnityEngine.Rendering
    Syntax
    public static class TileLayoutUtils

    Methods

    TryLayoutByCol(RectInt, UInt32, out RectInt, out RectInt)

    Try decompose the givent rect into columns given the parameter

    Declaration
    public static bool TryLayoutByCol(RectInt src, uint tileSize, out RectInt main, out RectInt other)
    Parameters
    Type Name Description
    RectInt src

    The rect to split

    UInt32 tileSize

    The size of the tiles

    RectInt main

    Computed main area

    RectInt other

    Computed other area

    Returns
    Type Description
    Boolean

    If true, the tiles decomposition is a success

    TryLayoutByRow(RectInt, UInt32, out RectInt, out RectInt)

    Try decompose the givent rect into rows given the parameter

    Declaration
    public static bool TryLayoutByRow(RectInt src, uint tileSize, out RectInt main, out RectInt other)
    Parameters
    Type Name Description
    RectInt src

    The rect to split

    UInt32 tileSize

    The size of the tiles

    RectInt main

    Computed main area

    RectInt other

    Computed other area

    Returns
    Type Description
    Boolean

    If true, the tiles decomposition is a success

    TryLayoutByTiles(RectInt, UInt32, out RectInt, out RectInt, out RectInt, out RectInt)

    Try decompose the givent rect into tiles given the parameter

    Declaration
    public static bool TryLayoutByTiles(RectInt src, uint tileSize, out RectInt main, out RectInt topRow, out RectInt rightCol, out RectInt topRight)
    Parameters
    Type Name Description
    RectInt src

    The rect to split

    UInt32 tileSize

    The size of the tiles

    RectInt main

    Computed main area

    RectInt topRow

    Computed top row area

    RectInt rightCol

    Computed right column area

    RectInt topRight

    Computed top right corner area

    Returns
    Type Description
    Boolean

    If true, the tiles decomposition is a success

    In This Article
    • Methods
      • TryLayoutByCol(RectInt, UInt32, out RectInt, out RectInt)
      • TryLayoutByRow(RectInt, UInt32, out RectInt, out RectInt)
      • TryLayoutByTiles(RectInt, UInt32, out RectInt, out RectInt, out RectInt, out RectInt)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023