UnityEditor.GraphicsSettingsWindow.TierSettingsEditor.OnFieldLabelsGUI C# (CSharp) 메소드

OnFieldLabelsGUI() 개인적인 메소드

private OnFieldLabelsGUI ( ) : void
리턴 void
            internal void OnFieldLabelsGUI()
            {
                EditorGUILayout.LabelField(Styles.cascadedShadowMaps, new GUILayoutOption[0]);
                EditorGUILayout.LabelField(Styles.standardShaderQuality, new GUILayoutOption[0]);
                EditorGUILayout.LabelField(Styles.reflectionProbeBoxProjection, new GUILayoutOption[0]);
                EditorGUILayout.LabelField(Styles.reflectionProbeBlending, new GUILayoutOption[0]);
                EditorGUILayout.LabelField(Styles.renderingPath, new GUILayoutOption[0]);
            }