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.

備註

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

參閱