FATabBar Class
Name | Description | |
---|---|---|
![]() |
buttons | Collection of all the buttons this tab bar contains. |
![]() |
scrollSnapRect | The FAScrollSnapBehaviour that this tab bar interact with. |
![]() |
selectedBtnFlexibleWidth |
As this whole asset utilises Unity's LayoutGroups components, the sliding animation of the buttons is done by manipulating the values of the VerticalLayoutGroup and LayoutElement components.
This controls the FlexibleWidth of the button |
![]() |
selectedBtnPaddingTop |
As this whole asset utilises Unity's LayoutGroups components, the sliding animation of the buttons is done by manipulating the values of the VerticalLayoutGroup and LayoutElement components.
This controls the Padding.Top of the button |
![]() |
selector | The selector image indicator that slides over the buttons. |
![]() |
startingPage |
Gets or sets the starting page.
Gets overriden if used with FAScrollSnapBehaviour |
![]() |
titlePreferedHeight |
As this whole asset utilises Unity's LayoutGroups components, the sliding animation of the buttons is done by manipulating the values of the VerticalLayoutGroup and LayoutElement components.
This controls the Height of the button's title |