Home > server > SimpleEntityController > jump
Applies an upwards impulse to the entity to simulate a jump, only supported for entities with dynamic rigid body types.
Signature:
jump(height: number): void;|
Parameter |
Type |
Description |
|---|---|---|
|
height |
number |
The height to jump to. |
void