Namespace Unity.Properties.Adapters | Properties | 1.3.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Namespace Unity.Properties.Adapters

    Interfaces

    IExclude

    Implement this interface to filter visitation.

    IExclude<TValue>

    Implement this interface to filter visitation for a specific type.

    IExclude<TContainer, TValue>

    Implement this interface to filter visitation for a specific and pair.

    IVisit

    Implement this interface to handle visitation for all properties.

    IVisit<TValue>

    Implement this interface to intercept the visitation for a specific type.

    IVisit<TContainer, TValue>

    Implement this interface to intercept the visitation for a specific and pair.

    IVisitPrimitives

    Implement this interface to intercept the visitation of any primitive type.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX