bullet.bullet C# (CSharp) Method

bullet() public method

public bullet ( Vector3 Direction, GameObject Shooter ) : System.Collections
Direction Vector3
Shooter GameObject
return System.Collections
    public bullet( Vector3 Direction, GameObject Shooter )
    {
        new bullet( Direction, speed, maxTime, Shooter );
    }

Same methods

bullet::bullet ( Vector3 Direction, float Speed, GameObject Shooter ) : System.Collections
bullet::bullet ( Vector3 Direction, float Speed, float MaxTime, GameObject Shooter ) : System.Collections