|  | MeshAnalysisUtilitiesFindMeshUsages Method | 
Finds all mesh usages on scene.
This method finds only MeshRenderer components. If you need SkinnedMeshRenderer components in result collection then use FindAllMeshUsages(Mesh) method.
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
 Syntax
Syntax[NotNullAttribute] [PublicAPIAttribute] public static IEnumerable<MeshRenderer> FindMeshUsages( [NotNullAttribute] Mesh mesh )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | mesh is | 
 See Also
See Also