EntHoverMovement
Hover Movement
Allows an entity to move by hovering along the ground.
ID: EntHoverMovement
Requires Components: Movement
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Enabled | Bool Variable | Defaults to True |
Hover Only On Movement | Bool Variable | |
Height From Ground | Number Variable | m |
Max Speed | Number Variable | m/s |
Move Speed | Number Variable | m/s |
Air Drag | Number Variable | x |
Hover Force | Number Variable | Force applied to Hover above ground - force applied based on height above ground - Defaults to 30 - x |
Hover Damping | Number Variable | Defaults to 2 - x |
Ground Check Radius | Number Variable | m |
Set Orientation | Enum Variable | |
On Ground | Bool Variable | True if currently hovering on a ground - - ReadOnly |
Turn Speed | Number Variable | Defaults to 1 - x |
Turn Pitch | Bool Variable |
Updated over 2 years ago