FATabBarItem Class

Represents a TabItem inside the FATabBar, and is responsible for the scroll animations of the item.
[RequireComponent(typeof(VerticalLayoutGroup))] 
[RequireComponent(typeof(LayoutElement))] 
public class FATabBarItem
This language is not supported or no code example is available.
Methods
 
Name Description
Public method ApplyEffect(FATabBarEffect) Applies the FATabBarEffect to this instance.
Top
Fields
 
Name Description
Public field icon
Public field title
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition