docs.unity3d.com
    Show / Hide Table of Contents

    Class JsonList<T>

    Json list of type T.

    Inheritance
    Object
    JsonList<T>
    Namespace: UnityEngine.Industrial.Forma.WebGLAPI
    Syntax
    [Serializable]
    [Preserve]
    public class JsonList<T>
    Type Parameters
    Name Description
    T

    Type

    Constructors

    JsonList()

    Json list

    Declaration
    public JsonList()

    JsonList(IEnumerable<T>)

    Json list

    Declaration
    public JsonList(IEnumerable<T> content)
    Parameters
    Type Name Description
    IEnumerable<T> content

    Fields

    list

    List of type.

    Declaration
    public List<T> list
    Field Value
    Type Description
    List<T>

    Methods

    Add(T)

    Add item ot list of type T.

    Declaration
    public void Add(T item)
    Parameters
    Type Name Description
    T item
    Back to top
    Terms of use
    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