AssetBundleGraph.NodeGUIUtility.NodeSingleton.GetPlatformIcon C# (CSharp) 메소드

GetPlatformIcon() 개인적인 메소드

private GetPlatformIcon ( string name ) : Texture2D
name string
리턴 UnityEngine.Texture2D
            private Texture2D GetPlatformIcon(string name)
            {
                return EditorGUIUtility.IconContent(name).image as Texture2D;
            }