C# Class HypeRed, UrsaMajor

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

public Rigidbody2D,UnityEngine bullet
return UnityEngine.Rigidbody2D

bulletSpeed public_oe property

public float bulletSpeed
return float

gunShot public_oe property

public AudioClip,UnityEngine gunShot
return UnityEngine.AudioClip

shotParticles public_oe property

public GameObject shotParticles
return GameObject