 | EntityManagerEntityCount Property |
Total number of entities managed by this EntityManager instance.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic int EntityCount { get; }
Public ReadOnly Property EntityCount As Integer
Get
public:
property int EntityCount {
int get ();
}
member EntityCount : int with get
Property Value
Type:
Int32
See Also