Exemple #1
0
 void Awake()
 {
     _boidScript = GetComponent <GPUBoids>();
 }
 void Awake()
 {
     _boidsScript      = GetComponent <GPUBoids>();
     _boidsTrailScript = GetComponent <GPUBoidsTrail>();
 }