Table of Contents

Class ComponentManager

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
public class ComponentManager : IDisposable
Inheritance
ComponentManager
Implements
Inherited Members

Properties

ArchetypeCount

public int ArchetypeCount { get; }

Property Value

int

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

id Identifier<EntityQuery>

Returns

EntityQuery