예제 #1
0
        static AnimationWindowExtra()
        {
#if UNITY_5_0
            s_Impl = new AnimationWindowImpl_50();
#elif UNITY_5_1 || UNITY_5_2 || UNITY_5_3 || UNITY_5_4 || UNITY_5_5
            s_Impl = new AnimationWindowImpl_51_52_53_54_55();
#elif UNITY_5_6
            s_Impl = new AnimationWindowImpl_56();
#elif UNITY_2017_1_OR_NEWER
            s_Impl = new AnimationWindowImpl_2017_1();
#endif
            s_Impl.InitializeReflection();
        }
예제 #2
0
        static AnimationWindowExtra()
        {
#if UNITY_5_0
            s_Impl = new AnimationWindowImpl_50();
#elif UNITY_5_1 || UNITY_5_2 || UNITY_5_3
            s_Impl = new AnimationWindowImpl_51_52_53();
#elif UNITY_5_4
            s_Impl = new AnimationWindowImpl_54();
#elif UNITY_5_5
            s_Impl = new AnimationWindowImpl_55();
#elif UNITY_5_6
            s_Impl = new AnimationWindowImpl_56();
#endif
            s_Impl.InitializeReflection();
        }