Enumeration HrzProtocol.CameraContinuousMovementInterruption
Defined in hrz/protocol/camera/movement.proto.
CONTINUOUS_MOVEMENT_NOT_INTERRUPTIBLE (0)
Continuous movement cannot be interrupted except by a transition or another continuous movement.
CONTINUOUS_MOVEMENT_INTERRUPTIBLE_NO_RESUME (1)
Continuous movement can be interrupted by user actions.
CONTINUOUS_MOVEMENT_INTERRUPTIBLE_THEN_RESUME (2)
Continuous movement can be interrupted by user actions, and when said action is over, the movement resumes.