Beispiel #1
0
 public void SetupNewNucleobase(Nucleobase_View newRandomNucleobase)
 {
     newRandomNucleobase.Setup (SpawnMarker.position, SpawnMarker.rotation, movementDirection);
     newRandomNucleobase.transform.parent = transform;
 }
Beispiel #2
0
 public void SetupNewNucleobase(Nucleobase_View newRandomNucleobase)
 {
     newRandomNucleobase.Setup(SpawnMarker.position, SpawnMarker.rotation, movementDirection);
     newRandomNucleobase.transform.parent = transform;
 }