Type Alias PanHandlerRestrictionConfig
PanHandlerRestrictionConfig: {
restrictRelativeXTranslation: boolean;
restrictRelativeYTranslation: boolean;
restrictXTranslation: boolean;
restrictYTranslation: boolean;
}
Type declaration
restrictRelativeXTranslation: boolean
restrictRelativeYTranslation: boolean
restrictXTranslation: boolean
restrictYTranslation: boolean
Description
Whether to restrict the relative x translation. (because the camera can be rotated, the relative x translation is the horizontal direction of what the user sees on the screen)