C# Class WeaponBeam, ProjectPhoenix

Inheritance: MonoBehaviour, IWeapon
Afficher le fichier Open project: Alx666/ProjectPhoenix Class Usage Examples

Méthodes publiques

Свойство Type Description
ActiveTime float
Beam GameObject
Cooldown float
ShootLocators List

Méthodes publiques

Méthode Description
Awake ( ) : void
Press ( ) : void
Release ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Press() public méthode

public Press ( ) : void
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

ActiveTime public_oe property

public float ActiveTime
Résultat float

Beam public_oe property

public GameObject Beam
Résultat GameObject

Cooldown public_oe property

public float Cooldown
Résultat float

ShootLocators public_oe property

public List ShootLocators
Résultat List