Struct EntityContainer
Container to iterate on Entity instances.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Unity.Entities.Properties
Syntax
public struct EntityContainer : IPropertyContainer
Constructors
EntityContainer(EntityManager, Entity)
Declaration
public EntityContainer(EntityManager manager, Entity entity)
Parameters
Type | Name | Description |
---|---|---|
EntityManager | manager | |
Entity | entity |
Properties
PropertyBag
Declaration
public IPropertyBag PropertyBag { get; }
Property Value
Type | Description |
---|---|
IPropertyBag |
VersionStorage
Declaration
public IVersionStorage VersionStorage { get; }
Property Value
Type | Description |
---|---|
IVersionStorage |