コード例 #1
0
ファイル: LabManager.cs プロジェクト: ethanclay99/VRClassroom
 public void StopAcid()
 {
     cup.StopFill();
     beeker.StopUnfill();
     drop.gameObject.SetActive(false);
     titrated = IsTitrated();
 }