Class NamingUtil
Helpers for deriving common names and asset types.
Inherited Members
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
public static class NamingUtil
Methods
| Name | Description |
|---|---|
| FindMostCommonWord(IEnumerable<string>, float) | Finds the most common word across a set of names. |
| GetMajorityAssetType(IEnumerable<string>, float) | Returns the most common asset type based on file extensions. |
| GetMajorityElement(IEnumerable<string>, float) | Returns the most common element if it meets the ratio threshold. |
| MostMatch(IEnumerable<string>, Func<string, bool>, float) | Determines whether most items satisfy a predicate. |