Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 769 Bytes

File metadata and controls

53 lines (26 loc) · 769 Bytes

Home > server > SimpleEntityController > jump

SimpleEntityController.jump() method

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;

Parameters

Parameter

Type

Description

height

number

The height to jump to.

**Returns:**

void