docs.unity.cn
    Show / Hide Table of Contents

    Enum Direction

    Directions for a Move.

    Namespace: Unity.MLAgents.Integrations.Match3
    Syntax
    public enum Direction : int

    Fields

    Name Description Value
    Up

    Move up (increasing row direction).

    0
    Down

    Move down (decreasing row direction).

    1
    Left

    Move left (decreasing column direction).

    2
    Right

    Move right (increasing column direction).

    3
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Monday, November 8, 2021
    Terms of use