Class ECSUtils
Namespace: Unity.Timeline.Editor.Tests
Syntax
public static class ECSUtils
Methods
GetEntitiesWithComponents(EntityManager, ComponentType[])
Declaration
public static IList<Entity> GetEntitiesWithComponents(EntityManager manager, params ComponentType[] types)
Parameters
Type | Name | Description |
---|---|---|
EntityManager | manager | |
ComponentType[] | types |
Returns
Type | Description |
---|---|
IList<Entity> |