GetNiceHelpNameForObject() static private method

static private GetNiceHelpNameForObject ( Object obj ) : string
obj Object
return string
示例#1
0
 internal static string GetNiceHelpNameForObject(UnityEngine.Object obj)
 {
     return(Help.GetNiceHelpNameForObject(obj, true));
 }