CircularCameraMode
A Camera mode that connects the last panel and the first panel, enabling continuous loop
Methods
canReach
canReach(panel: Panel): boolean
canSee
canSee(panel: Panel): boolean
checkAvailability
checkAvailability(): boolean
clampToReachablePosition
clampToReachablePosition(position: number): number
findAnchorIncludePosition
findAnchorIncludePosition(position: number): AnchorPoint | null
findNearestAnchor
findNearestAnchor(position: number): AnchorPoint | null
getAnchors
getAnchors(): AnchorPoint[]
getCircularOffset
getCircularOffset(): number
getRange
getRange(): CameraRange