TreeUtils.JsonArrayToDataEntities(JsonValue,List_DataEntity_).md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Utils.TreeUtils
TreeUtils.JsonArrayToDataEntities(JsonValue, List) Method
Convert a JSON array to DataEntity's
public static string JsonArrayToDataEntities(Friflo.Json.Fliox.JsonValue jsonArray, System.Collections.Generic.List<Friflo.Engine.ECS.Serialize.DataEntity> dataEntities);
Parameters
jsonArray Friflo.Json.Fliox.JsonValue
dataEntities System.Collections.Generic.List<DataEntity>