コード例 #1
0
 public void Interfare(LaserBullet bullet)
 {
     Debug.Log("Wall[Cloth]: penetration from laser bullet");
     // Decrease speed
     bullet.ApplyForce(-bullet.Transform.forward * _slowdownSpeed);
 }