C# Class RayGun, Final_Project_Main

Inheritance: MonoBehaviour
Afficher le fichier Open project: framadan/Final_Project_Main Class Usage Examples

Méthodes publiques

Свойство Type Description
ammo int
canFire bool
coolDown float
projectile GameObject
shotSound UnityEngine.AudioClip

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
Use ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Use() public méthode

public Use ( ) : void
Résultat void

Property Details

ammo public_oe property

public int ammo
Résultat int

canFire public_oe property

public bool canFire
Résultat bool

coolDown public_oe property

public float coolDown
Résultat float

projectile public_oe property

public GameObject projectile
Résultat GameObject

shotSound public_oe property

public AudioClip,UnityEngine shotSound
Résultat UnityEngine.AudioClip