Exemplo n.º 1
0
 public static string ShaderPopup(string selected)
 {
     return(SwGui.ShaderPopup(EditorGUILayout.GetControlRect(false), selected, EditorStyles.popup));
 }
Exemplo n.º 2
0
 public static string ShaderPopup(GUIContent label, string selected, GUIStyle style)
 {
     return(SwGui.ShaderPopup(EditorGUILayout.GetControlRect(), label, selected, style));
 }
Exemplo n.º 3
0
 public static string ShaderPopup(string selected, GUIStyle style)
 {
     return(SwGui.ShaderPopup(EditorGUILayout.GetControlRect(false), (GUIContent)null, selected, style));
 }