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 |