Is it matter if I use GUILayout or EditorGUILayout for my custom editor? I need to use one of them in the OnInspectorGUI function.
which one should I use? What are the differences between the two?
Thank you in advance.
Is it matter if I use GUILayout or EditorGUILayout for my custom editor? I need to use one of them in the OnInspectorGUI function.
which one should I use? What are the differences between the two?
Thank you in advance.