Esempio n. 1
0
        public void DoOverwriteCommonLogic()
        {
            _emptyClipProvider.Get();

            RemoveLegacyParameters();
            CreateParameters();
            _animatorGenerator.RemoveLayerIfExists("Hai_J1I7T_Controller");
            _animatorGenerator.RemoveLayerIfExists("Hai_J1I7T_TransmitA");
            _animatorGenerator.RemoveLayerIfExists("Hai_J1I7T_TransmitB");
            CreateOrReplaceView();
        }
Esempio n. 2
0
 public static void Delete(AnimatorGenerator animatorGenerator)
 {
     animatorGenerator.RemoveLayerIfExists(VirtualActivityLayerName);
 }
Esempio n. 3
0
 public static void Delete(AnimatorGenerator animatorGenerator)
 {
     animatorGenerator.RemoveLayerIfExists(WeightCorrectionLeftLayerName);
     animatorGenerator.RemoveLayerIfExists(WeightCorrectionRightLayerName);
 }
 public static void Delete(AnimatorGenerator animatorGenerator)
 {
     animatorGenerator.RemoveLayerIfExists(LipsyncLayerName);
 }
Esempio n. 5
0
 public static void Delete(AnimatorGenerator animatorGenerator)
 {
     animatorGenerator.RemoveLayerIfExists(ControllerLayerName);
 }
 public static void Delete(AnimatorGenerator animatorGenerator)
 {
     animatorGenerator.RemoveLayerIfExists(SmoothingLeftLayerName);
     animatorGenerator.RemoveLayerIfExists(SmoothingRightLayerName);
 }