Search Results for

    Show / Hide Table of Contents

    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>
    In This Article
    Back to top PLATEAU SDK for Unity