C# Class ProjectStorms.PinwheelWeapon

Pinwheel weapon - spirals in local axis
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: patferguson/Storms-Project

Méthodes publiques

Свойство Type Description
maxAmplitude float
rotate float
speedMod float
zigzag bool

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnEnabled ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnEnabled() public méthode

public OnEnabled ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

maxAmplitude public_oe property

public float maxAmplitude
Résultat float

rotate public_oe property

public float rotate
Résultat float

speedMod public_oe property

public float speedMod
Résultat float

zigzag public_oe property

public bool zigzag
Résultat bool