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]);
            }