Bounce
Like Lerp motion, but the companion leaps from point to point, following the start and end positions set by lerp.
To have the companion show an alternate animation while bouncing, set a "Jump"
animation clip with the desired frame start, frame length, etc.
The difference between Hop and Bounce is that hop is synchronized with lerp start and end positions. Due ot reliance on lerp, hop motion appears janky in multiplayer.
Args
Property | Type | Default | Notes |
---|---|---|---|
MaxHeight |
float | 128 | Height of bounce. |
*and all arguments of Lerp