3 using System.Collections.Generic;
5 using SiliconStudio.Core;
6 using SiliconStudio.Core.Serialization.Converters;
7 using SiliconStudio.Paradox.EntityModel;
12 [DataContract(
"PhysicsComponent")]
19 Elements =
new List<PhysicsElement>();
27 public List<PhysicsElement> Elements {
get;
private set; }
32 get {
return Elements[i]; }
Base class for converters to/from a data type.
using SiliconStudio.Paradox. Physics
A class that represents a tag propety.