Sidebar
Component to drag sidebar from behind the screen.
Options
Interactable
boolEnable or disable the ability to drag the sidebar.
Curve
AnimationCurveAnimation curve for the open and close animations.
Direction
SidebarAxisDrag direction to open sidebar.
Animation Type
SidebarAnimationOverlayPushScale DownUncoverSlide AlongSlide OutResizeScale Down and Push
Scale Down Limit
floatContent scale cannot be lower this value for the ScaleDown animation.
Is Open
boolIs sidebar opened?
Modal
boolIs sidebar should be closed with the click outside of the sidebar?
ScrollRect Support
boolAllow to handle children ScrollRect’s drag events.
Content
RectTransformCntent GameObject. Required by some animations.
Animate With Layout
boolChange Content LayoutElement size during animation.
Optional Handle
GameObjectoptionalHandle to open and close sidebar.
Unscaled Time
boolRun animations with unscaled time.
Modal Color
ColorModal background color.
Events
OnOpen
UnityEventOnClose
UnityEventOnOpeningStarted
UnityEventOnClosingStarted
UnityEvent