예제 #1
0
파일: Pipe.cs 프로젝트: lfrankel/GGJ2016
	/*called by PipeManager*/
	public void setInputVessel(Vessel v)
	{
		_inputVessel = v;
		GetComponent<LineRenderer>().SetPosition(0, _inputVessel.getPipeOutPoint());
		AudioManager.getInstance().playOnce(beginPipeSound);
	}