GetNiceHelpNameForObject() static private méthode

static private GetNiceHelpNameForObject ( Object obj ) : string
obj Object
Résultat string
Exemple #1
0
 internal static string GetNiceHelpNameForObject(UnityEngine.Object obj)
 {
     return(Help.GetNiceHelpNameForObject(obj, true));
 }