Class JsonList<T>
Namespace: UnityEngine.Industrial.Forma.WebGLAPI
Syntax
[Serializable]
[Preserve]
public class JsonList<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
JsonList()
Declaration
public JsonList()
JsonList(IEnumerable<T>)
Declaration
public JsonList(IEnumerable<T> content)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | content |
Fields
list
Declaration
public List<T> list
Field Value
Type | Description |
---|---|
List<T> |
Methods
Add(T)
Declaration
public void Add(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item |