@ue-too/board / RotationHandlerConfig
Type Alias: RotationHandlerConfig
RotationHandlerConfig =
RotationHandlerRestrictConfig&RotationHandlerClampConfig
Defined in: 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
See
- RotationHandlerRestrictConfig for rotation locking options
- RotationHandlerClampConfig for angular boundary options