Click or drag to resize

MeshAnalysisUtilities Class

Represents utilities for a mesh analysis.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFrameworkMeshAnalysisUtilities

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static class MeshAnalysisUtilities

The MeshAnalysisUtilities type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindAllMeshUsages
Finds all mesh usages on scene (in MeshFilters and SkinnedMeshRenderers too)
Public methodStatic memberFindMeshUsages

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.

Public methodStatic memberGetAlias
Gets the alias of a type.
Public methodStatic memberGetAliasSafe(Type)
Gets the alias of a MeshAnalysisTool or a MeshAnalysisShadingOption, which stored in AliasAttribute
Public methodStatic memberGetAliasSafeT
Gets the alias of a MeshAnalysisTool or a MeshAnalysisShadingOption, which stored in AliasAttribute
Top
See Also