コード例 #1
0
ファイル: Gravity.cs プロジェクト: SlayerWx/Lunar-Lander
 void ApplyGravityInPlayer()
 {
     playerMovement.ForceAffecting(gravityInWorld);
 }