JetpackSettings

Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>

Declaration

[Serializable]
public class JetpackSettings : MovementAbilitySettings<Jetpack>

Description

Settings for jetpacking.

Properties

thrustThe amount of thrust force applied to the character while the jetpack is active.
defaultFuelThe amount of fuel the jetpack starts with.
maxFuelThe maximum amount of fuel the jetpack can hold.
fuelCostThe amount of fuel per second the jetpack expends during thrust.
minFuelCostThe minimum amount of fuel required for the jetpack to thrust.
refuelRateThe rate at which the jetpack refuels when inactive.
refuelDelayThe amount of seconds before the jetpack starts refueling after becoming inactive.

Constructors

JetpackSettings