コード例 #1
0
 internal static Texture2D GetIconForObject(UnityEngine.Object obj)
 {
     return(EditorGUIUtility.GetIconForObject(obj));
 }