Delegate GridValueProvider
Delegate that provides integer values at a given (x,y) coordinate.
Namespace: Unity.MLAgents.Integrations.Match3
Assembly: Unity.ML-Agents.dll
Syntax
public delegate int GridValueProvider(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
int | x | |
int | y |
Returns
Type | Description |
---|---|
int |