コード例 #1
0
 private void OnEnable()
 {
     _dsp = target as Hv_Boidsynth07_AudioLib;
 }
コード例 #2
0
 void Awake()
 {
     synth  = this.GetComponentInParent <Hv_Boidsynth07_AudioLib>();
     agent  = this.GetComponentInParent <FlockAgent>();
     angles = this.GetComponentInParent <AngleDetection>();
 }