C# Class HypeOrange, UrsaMajor

Inheritance: Hype
Mostrar archivo 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_oe property

public float bulletSpeed
return float

cannonShot public_oe property

public AudioClip,UnityEngine cannonShot
return UnityEngine.AudioClip

cannonball public_oe property

public Rigidbody2D,UnityEngine cannonball
return UnityEngine.Rigidbody2D

shotParticles public_oe property

public GameObject shotParticles
return GameObject