Interface IPropertyVisitorAdapter | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IPropertyVisitorAdapter

    Namespace: Unity.Properties
    Syntax
    public interface IPropertyVisitorAdapter

    Extension Methods

    PropertyVisitorAdapterExtensions.TryVisitValue<TProperty, TContainer, TValue>(IPropertyVisitorAdapter, IPropertyVisitor, TProperty, ref TContainer, ref TValue, ref ChangeTracker)
    PropertyVisitorAdapterExtensions.TryVisitContainer<TProperty, TContainer, TValue>(IPropertyVisitorAdapter, IPropertyVisitor, TProperty, ref TContainer, ref TValue, ref ChangeTracker)
    PropertyVisitorAdapterExtensions.TryVisitCollection<TProperty, TContainer, TValue>(IPropertyVisitorAdapter, IPropertyVisitor, TProperty, ref TContainer, ref TValue, ref ChangeTracker)
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX