UnityEditor.ModelImporterRigEditor.LegacyGUI C# (CSharp) Method

LegacyGUI() private method

private LegacyGUI ( ) : void
return void
        private void LegacyGUI()
        {
            EditorGUILayout.Popup(this.m_LegacyGenerateAnimations, styles.AnimationsOpt, styles.AnimLabel, new GUILayoutOption[0]);
            if (((this.m_LegacyGenerateAnimations.intValue == 1) || (this.m_LegacyGenerateAnimations.intValue == 2)) || (this.m_LegacyGenerateAnimations.intValue == 3))
            {
                EditorGUILayout.HelpBox("The animation import setting \"" + styles.AnimationsOpt[this.m_LegacyGenerateAnimations.intValue].text + "\" is deprecated.", MessageType.Warning);
            }
        }