Skip to content

@ue-too/board / index / ZoomHandlerConfig

型別別名: ZoomHandlerConfig

ZoomHandlerConfig = ZoomHandlerClampConfig & ZoomHandlerRestrictConfig

定義於: packages/board/src/camera/camera-rig/zoom-handler.ts:20

Combined configuration for zoom handler behavior, merging restriction and clamping settings.

備註

This type combines ZoomHandlerClampConfig and ZoomHandlerRestrictConfig to provide complete control over camera zoom behavior.

Zoom handlers use this configuration to:

  • Completely disable zoom operations (restriction)
  • Clamp zoom level to stay within defined limits (min/max bounds)

參閱