C# Class ProjectStorms.PinwheelWeapon

Pinwheel weapon - spirals in local axis
Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen 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_oe property

public float maxAmplitude
return float

rotate public_oe property

public float rotate
return float

speedMod public_oe property

public float speedMod
return float

zigzag public_oe property

public bool zigzag
return bool