Quantcast
Channel: Unity Forum
Viewing all articles
Browse latest Browse all 1466670

There is no argument given that corresponds to the required formal parameter 'rotation' of 'PoolObje

$
0
0
I'm in the process of creating a bullet system that displays bullets. but an error occurs while adding parameters, what should I do?

View attachment 1039430
Code (CSharp):
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4.  
  5. public class Weapon : MonoBehaviour
  6. {
  7.  
  8.     public float fireRate;
  9.     public PoolObjectType type;
  10.  
  11.     private float timer = 0;
  12.     // Start is called before the first frame update
  13.     void Start()
  14.     {
  15.        
  16.        
  17.     }
  18.  
  19.     //...
There is no argument given that corresponds to the required formal parameter 'rotation' of 'PoolObje

Viewing all articles
Browse latest Browse all 1466670

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>