Delegate ListProperty<TContainer, TElement>.Getter | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Delegate ListProperty<TContainer, TElement>.Getter

    Namespace: Unity.Properties
    Syntax
    public delegate IList<TElement> Getter(ref TContainer container);
    Parameters
    Type Name Description
    TContainer container
    Returns
    Type Description
    System.Collections.Generic.IList<TElement>
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX