docs.unity.cn
    Show / Hide Table of Contents

    Delegate GridValueProvider

    Delegate that provides integer values at a given (x,y) coordinate.

    Namespace: Unity.MLAgents.Integrations.Match3
    Syntax
    public delegate int GridValueProvider(int x, int y);
    Parameters
    Type Name Description
    Int32 x
    Int32 y
    Returns
    Type Description
    Int32
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Monday, November 8, 2021
    Terms of use