Skip to content

@ue-too/board / index / RotationHandlerConfig

型エイリアス: RotationHandlerConfig

RotationHandlerConfig = RotationHandlerRestrictConfig & RotationHandlerClampConfig

定義: packages/board/src/camera/camera-rig/rotation-handler.ts:26

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

Remarks

This type combines RotationHandlerRestrictConfig and RotationHandlerClampConfig to provide complete control over camera rotation behavior.

Rotation handlers use this configuration to:

  • Completely disable rotation operations (restriction)
  • Clamp rotation angle to stay within defined angular limits

参照