C# Class HypeOrange, UrsaMajor

Inheritance: Hype
Show file Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
bulletSpeed float
cannonShot UnityEngine.AudioClip
cannonball UnityEngine.Rigidbody2D
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

bulletSpeed public property

public float bulletSpeed
return float

cannonShot public property

public AudioClip,UnityEngine cannonShot
return UnityEngine.AudioClip

cannonball public property

public Rigidbody2D,UnityEngine cannonball
return UnityEngine.Rigidbody2D

shotParticles public property

public GameObject shotParticles
return GameObject