docs.unity3d.com
    Show / Hide Table of Contents

    Enum RuleTile.TilingRuleOutput.Transform

    The enumeration for the transform rule used when matching Rule Tiles.

    Namespace: UnityEngine
    Syntax
    public enum Transform

    Fields

    Name Description Value
    Fixed

    The Rule Tile will match Tiles exactly as laid out in its neighbors.

    0
    Rotated

    The Rule Tile will rotate and match its neighbors.

    1
    MirrorX

    The Rule Tile will mirror in the X axis and match its neighbors.

    2
    MirrorY

    The Rule Tile will mirror in the Y axis and match its neighbors.

    3
    MirrorXY

    The Rule Tile will mirror in the X or Y axis and match its neighbors.

    4
    In This Article
    • Fields
    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