Skip to content

EntityWorld.PruneTypeHierarchy(Type) Method

Definition

Namespace: Brine2D.ECS

Removes concreteType from the type hierarchy index. Mirror of RegisterTypeHierarchy(Type); called when a pool is emptied and removed so that the hierarchy does not accumulate stale entries.

private void PruneTypeHierarchy(System.Type concreteType);

Parameters

concreteType System.Type