|  | MeshAnalysisUtilities Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
 Syntax
Syntax[PublicAPIAttribute] public static class MeshAnalysisUtilities
The MeshAnalysisUtilities type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | FindAllMeshUsages | 
                Finds all mesh usages on scene (in MeshFilters and SkinnedMeshRenderers too)
             | 
|   | FindMeshUsages | 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. | 
|   | GetAlias | 
                Gets the alias of a type.
             | 
|   | GetAliasSafe(Type) | |
|   | GetAliasSafeT | 
 See Also
See Also