blockingMoveByDistance

suspend fun SpaceEngineers.blockingMoveByDistance(    distance: Float,     startPosition: Vec3F,     timeoutMs: Long = 20000,     orientation: Vec3F,     characterMovementType: CharacterMovementType = CharacterMovementType.RUN)