Method IsAssemblyReferencingEntities
IsAssemblyReferencingEntities(Assembly)
Determines if an assembly refers to Unity.Entities.dll
Declaration
public static bool IsAssemblyReferencingEntities(Assembly assembly)
Parameters
| Type | Name | Description |
|---|---|---|
| Assembly | assembly | An Assembly |
Returns
| Type | Description |
|---|---|
| bool | Returns if assembly refers to Unity.Entities.dll |