Ejemplo n.º 1
0
        void DrawBlendShape(Vowel vowel, BlendShapeInfo info)
        {
            EditorGUILayout.BeginHorizontal();

            EditorGUILayout.PrefixLabel(vowel.ToString());
            DrawBlendShapePopup(info);
            DrawFactor(info);

            EditorGUILayout.EndHorizontal();
        }