4 using System.Collections.Generic;
6 using SiliconStudio.Core.Serialization.Contents;
7 using SiliconStudio.Core.Serialization.Converters;
8 using SiliconStudio.Paradox.Engine;
10 namespace SiliconStudio.
Paradox.EntityModel
16 [ContentSerializer(typeof(DataContentConverterSerializer<EntityGroup>))]
22 public List<Entity> Entities {
get;
private set; }
26 Entities =
new List<Entity>();
Base class for converters to/from a data type.
A group of Entity that can refers to each others. They can be loaded together as a chunk...