コード例 #1
0
ファイル: SentrySensor.cs プロジェクト: qipa/FMODforUnity
 void OnTriggerEnter(Collider other)
 {
     sentry.SetTarget(other.transform);
 }