C# Class HypeRed, UrsaMajor

Inheritance: Hype
Show file Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
bullet UnityEngine.Rigidbody2D
bulletSpeed float
gunShot UnityEngine.AudioClip
shotParticles GameObject

Public Methods

Method Description
Shoot ( GameObject shootFrom ) : float
Start ( ) : void
Update ( ) : void

Method Details

Shoot() public method

public Shoot ( GameObject shootFrom ) : float
shootFrom GameObject
return float

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bullet public property

public Rigidbody2D,UnityEngine bullet
return UnityEngine.Rigidbody2D

bulletSpeed public property

public float bulletSpeed
return float

gunShot public property

public AudioClip,UnityEngine gunShot
return UnityEngine.AudioClip

shotParticles public property

public GameObject shotParticles
return GameObject