Skip to content

TextureNameSuggester

ClassAssetInventoryAssetInventory.Editor
public class TextureNameSuggester

No description is available for this type.

public static readonly Dictionary<string, string[]> suffixPatterns

No description is available for this member.

Returns

System.Collections.Generic.Dictionary{System.String,System.String[]} — No return description is available.

SuggestFileNames(string, Func<string, string>)

Section titled “SuggestFileNames(string, Func<string, string>)”
public Dictionary<string, string> SuggestFileNames(string inputFile, Func<string, string> validationCallback)

No description is available for this member.

Parameters

Name Type Description
inputFile System.String
validationCallback System.Func{System.String,System.String}

Returns

System.Collections.Generic.Dictionary{System.String,System.String} — No return description is available.