Delegate ForEachTransformAsync
ForEachTransformの非同期版です。
Namespace: PLATEAU.Util
Assembly: cs.temp.dll.dll
Syntax
public delegate Task<NextSearchFlow> ForEachTransformAsync(Transform t);
Parameters
Type | Name | Description |
---|---|---|
Transform | t |
Returns
Type | Description |
---|---|
Task<NextSearchFlow> |