Esempio n. 1
0
 public void SetTargets(
     GameObject momentum_sphere,
     PRigidBody body)
 {
     MomentumSphere = momentum_sphere;
     Body           = body;
 }
Esempio n. 2
0
 // Start is called before the first frame update
 void Awake()
 {
     TargetBody = Target.GetComponent <PRigidBody>();
 }