Inherits from NSObject
Conforms to AROverlayViewAnimationDelegate
Declared in AROverlayAnimation.h
AROverlayAnimation.m

Overview

This is the default animation for overlay views.

Tasks

Other Methods

Other Methods

Instance Methods

focusOverlayView:inParent:

Called when an overlay should bring itself to focus on the screen

- (void)focusOverlayView:(AROverlayView *)overlayView inParent:(ARAugmentedView *)parent

Parameters

overlayView
  • The overlayView to be focused
parent
  • The owner of the overlayView. This view is passed so the animation delegate can handle any sort of centering or other logic that may be needed to make the animation work.

Discussion

Called when an overlay should bring itself to focus on the screen

Declared In

AROverlayView.h

unfocusOverlayView:inParent:

Called when an overlay should unfocus itself

- (void)unfocusOverlayView:(AROverlayView *)overlayView inParent:(ARAugmentedView *)parent

Parameters

overlayView
  • The overlayView to be unfocused
parent
  • The owner of the overlayView. This view is passed so the animation delegate can handle any sort of centering or other logic that may be needed to make the animation work.

Discussion

Called when an overlay should unfocus itself

Declared In

AROverlayView.h