Method GetSharedComponentCount
GetSharedComponentCount()
Gets the number of shared components managed by this EntityManager.
Declaration
[ExcludeFromBurstCompatTesting("Accesses managed component store")]
public int GetSharedComponentCount()
Returns
| Type | Description |
|---|---|
| int | The shared component count |