Enumeration HrzProtocol.EditableShapeModelUpdateFrequency
Defined in hrz/protocol/layer/editable_shape_layer.proto.
DEFAULT_MODEL_UPDATES (0)
Update the model when a point is added, removed, or after it has been moved.
DRAG_MODEL_UPDATES (1)
Also update the model each time the mouse moves when dragging a point.
APPEND_MODEL_UPDATES (2)
Also update the model each time the mouse moves when appending a new point.