C# Class WeaponBeam, ProjectPhoenix

Inheritance: MonoBehaviour, IWeapon
Mostrar archivo 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_oe property

public float ActiveTime
return float

Beam public_oe property

public GameObject Beam
return GameObject

Cooldown public_oe property

public float Cooldown
return float

ShootLocators public_oe property

public List ShootLocators
return List