コード例 #1
0
 void Update()
 {
     if (launched)
     {
         ProjectileUtils.UpdatePositionStraightLine(transform, properties);
     }
 }