public void Follow(Drawable follow_target, bool cut) { _FollowTarget = follow_target; if (cut) CalculatePan (1.0f); }
public void Follow(Drawable follow_target) { Follow(follow_target, false); }