AssetBundleGraph.NodeGUIUtility.NodeSingleton.GetPlatformIcon C# (CSharp) Method

GetPlatformIcon() private method

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