Class ComponentManager
public class ComponentManager : IDisposable
- Inheritance
-
ComponentManager
- Implements
- Inherited Members
Properties
ArchetypeCount
public int ArchetypeCount { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~ComponentManager()
protected ~ComponentManager()
GetEntityQueryReference(Identifier<EntityQuery>)
Gets a reference to the entity query with the specified identifier.
public ref EntityQuery GetEntityQueryReference(Identifier<EntityQuery> id)
Parameters
idIdentifier<EntityQuery>