GameDevRepo

Free Unity C# Script library used to make a full Unity3d game.


Project maintained by wesleywh Hosted on GitHub Pages — Theme by mattgraham

Back To Navigation Tree

HeadBobber

Description:

File has no description.

Variables:

List of variables that you can modify in the inspector.

Access Name Type Default Value Description
private float walkBobbingSpeed [SerializeField] 0.18f No description.
private float runBobbingSpeed [SerializeField] 0.18f No description.
private float bobbingAmount [SerializeField] 0.2f No description.
private float midpoint [SerializeField] 2.0f No description.
private MovementController mc   null No description.