docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ICollectionElementPropertyGetter<TContainer>

    Interface to get a typed property from a ICollectionProperty<TContainer, TValue>

    Namespace: Unity.Properties
    Assembly: Unity.Properties.dll
    Syntax
    public interface ICollectionElementPropertyGetter<TContainer>
    Type Parameters
    Name Description
    TContainer

    Methods

    VisitCollectionProperty<TElementProperty, TElement>(TElementProperty, ref TContainer, ref ChangeTracker)

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

    VisitProperty<TElementProperty, TElement>(TElementProperty, ref TContainer, ref ChangeTracker)

    Declaration
    void VisitProperty<TElementProperty, TElement>(TElementProperty property, ref TContainer container, ref ChangeTracker changeTracker) where TElementProperty : ICollectionElementProperty<TContainer, TElement>
    Parameters
    Type Name Description
    TElementProperty property
    TContainer container
    ChangeTracker changeTracker
    Type Parameters
    Name Description
    TElementProperty
    TElement
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)