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

    Delegate ListProperty<TContainer, TElement>.Setter

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