JetpackSettings
Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>
Declaration
[Serializable]
public class JetpackSettings : MovementAbilitySettings<Jetpack>Description
Settings for jetpacking.
Properties
| thrust | The amount of thrust force applied to the character while the jetpack is active. |
| defaultFuel | The amount of fuel the jetpack starts with. |
| maxFuel | The maximum amount of fuel the jetpack can hold. |
| fuelCost | The amount of fuel per second the jetpack expends during thrust. |
| minFuelCost | The minimum amount of fuel required for the jetpack to thrust. |
| refuelRate | The rate at which the jetpack refuels when inactive. |
| refuelDelay | The amount of seconds before the jetpack starts refueling after becoming inactive. |
Constructors
| JetpackSettings |