Interface IPropertyGetter<TContainer> | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IPropertyGetter<TContainer>

    Interface to get a typed property from a IPropertyBag.

    Namespace: Unity.Properties
    Syntax
    public interface IPropertyGetter<TContainer>
    Type Parameters
    Name Description
    TContainer

    Methods

    VisitCollectionProperty<TProperty, TValue>(TProperty, ref TContainer, ref ChangeTracker)

    Declaration
    void VisitCollectionProperty<TProperty, TValue>(TProperty property, ref TContainer container, ref ChangeTracker changeTracker)
        where TProperty : ICollectionProperty<TContainer, TValue>
    Parameters
    Type Name Description
    TProperty property
    TContainer container
    ChangeTracker changeTracker
    Type Parameters
    Name Description
    TProperty
    TValue

    VisitProperty<TProperty, TValue>(TProperty, ref TContainer, ref ChangeTracker)

    Declaration
    void VisitProperty<TProperty, TValue>(TProperty property, ref TContainer container, ref ChangeTracker changeTracker)
        where TProperty : IProperty<TContainer, TValue>
    Parameters
    Type Name Description
    TProperty property
    TContainer container
    ChangeTracker changeTracker
    Type Parameters
    Name Description
    TProperty
    TValue
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX