コード例 #1
0
ファイル: BinetCamera.cs プロジェクト: MrHuggs/Poinsot
 public void SetTargets(
     GameObject momentum_sphere,
     PRigidBody body)
 {
     MomentumSphere = momentum_sphere;
     Body           = body;
 }
コード例 #2
0
ファイル: FollowOmega.cs プロジェクト: MrHuggs/Poinsot
 // Start is called before the first frame update
 void Awake()
 {
     TargetBody = Target.GetComponent <PRigidBody>();
 }