예제 #1
0
 public void changePitch(PitchClass.Pitch pitchReduction)
 {
     reduce = pitchReduction;
 }
예제 #2
0
 // Use this for initialization
 void Start()
 {
     _player = FindObjectOfType <Player>().GetComponent <Player>();
     _level  = FindObjectOfType <LevelBase>().GetComponent <LevelBase>();
     reduce  = PitchClass.Pitch.ConstantPitch;
 }