bullet.bullet C# (CSharp) Method

bullet() public method

public bullet ( Vector3 Direction, float Speed, float MaxTime, GameObject Shooter ) : System.Collections
Direction Vector3
Speed float
MaxTime float
Shooter GameObject
return System.Collections
    public bullet( Vector3 Direction, float Speed, float MaxTime, GameObject Shooter )
    {
        direction = Direction;
        speed = Speed;
        maxTime = MaxTime;
        shooter = Shooter;
    }

Same methods

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