コード例 #1
0
ファイル: CheckBox.cs プロジェクト: imhazige/AeroEgg
 protected virtual void Update()
 {
     _detector.Update();
 }
コード例 #2
0
ファイル: TouchableSlider.cs プロジェクト: imhazige/AeroEgg
 void Update()
 {
     _detector.Update();
 }