FindForAssembly(Assembly)
Retrieves information about the package containing an assembly, or the assembly definition used to build that assembly.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.PackageManager
- Assembly: UnityEditor.CoreModule
public static PackageInfo FindForAssembly(Assembly assembly)
Parameters
The assembly.
Returns
Type | Description |
|---|---|
| PackageInfo | The PackageInfo instance describing the package, or null if the assembly or its assembly definition is not in a package. |