C# Class WeaponBeam, ProjectPhoenix

Inheritance: MonoBehaviour, IWeapon
Show file Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
ActiveTime float
Beam GameObject
Cooldown float
ShootLocators List

Public Methods

Method Description
Awake ( ) : void
Press ( ) : void
Release ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Press() public method

public Press ( ) : void
return void

Release() public method

public Release ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ActiveTime public property

public float ActiveTime
return float

Beam public property

public GameObject Beam
return GameObject

Cooldown public property

public float Cooldown
return float

ShootLocators public property

public List ShootLocators
return List