docs.unity.cn
    Show / Hide Table of Contents

    Interface ITypeVisitor

    Interface used to receive a visitation callbacks for a specific type.

    Namespace: Unity.Properties
    Syntax
    public interface ITypeVisitor

    Methods

    Visit<TContainer>()

    Implement this method to accept visitation for container type.

    Declaration
    void Visit<TContainer>()
    Type Parameters
    Name Description
    TContainer

    The container type.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, November 9, 2022
    Terms of use