MagifyPresenter
Overview
This class used by Magify SDK to show different visual elements, such as popups. You can find list of configuration fields in the MagifySerrings -> Embedded Canvas section.
Canvas
Canvas Canvas { get; }
Provides access to the canvas that is used to display visual elements of the Magify SDK.
Scaler
CanvasScaler Scaler { get; }
Provides access to the canvas scaler that is used to display visual elements of the Magify SDK.
Raycaster
GraphicRaycaster Raycaster { get; }
Provides access to the graphic raycaster that is used to raycasts for visual elements of the Magify SDK.
RecalculateSafeArea
void RecalculateSafeArea()
Force applies safe area for all the children of MagifyPresenter.SafeArea
.
By default it's called on OnRectTransformDimensionsChange()
unity lifecycle event for MagifyPresenter.SafeArea
instance.