Esempio n. 1
0
 public void Follow(Drawable follow_target, bool cut)
 {
     _FollowTarget = follow_target;
     if (cut)
         CalculatePan (1.0f);
 }
Esempio n. 2
0
 public void Follow(Drawable follow_target)
 {
     Follow(follow_target, false);
 }