DefaultControlsWrapper.triggerJump() method
Signature:
triggerJump({ duration, height }: {
duration: any;
height: any;
}): Promise<unknown>;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ duration, height } |
{ duration: any; height: any; } |
Promise<unknown>