C# Class ProjectStorms.PinwheelWeapon

Pinwheel weapon - spirals in local axis
Inheritance: UnityEngine.MonoBehaviour
Show file Open project: patferguson/Storms-Project

Public Properties

Property Type Description
maxAmplitude float
rotate float
speedMod float
zigzag bool

Public Methods

Method Description
FixedUpdate ( ) : void
OnEnabled ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnEnabled() public method

public OnEnabled ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

maxAmplitude public property

public float maxAmplitude
return float

rotate public property

public float rotate
return float

speedMod public property

public float speedMod
return float

zigzag public property

public bool zigzag
return bool