Search Results for

    Show / Hide Table of Contents

    Delegate ForEachTransform

    Transformの走査について、各Transformで行う処理を行い、次にするべき探索処理を返す式の型です。

    Namespace: PLATEAU.Util
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate NextSearchFlow ForEachTransform(Transform t);
    Parameters
    Type Name Description
    Transform t
    Returns
    Type Description
    NextSearchFlow
    In This Article
    Back to top PLATEAU SDK for Unity