Interface ICollectionElementPropertyGetter<TContainer> | Properties | 0.10.4-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface ICollectionElementPropertyGetter<TContainer>

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

    Namespace: Unity.Properties
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023