Class TabbedPanelContent
Content panel for the TabbedPanel. UI representation only, TabbedPanel controls everything. Initially created to allow extension of the Page, but after much usage, seems like that was overkill. This class does nothing more than the Page does and may be removed in a future version to simplify.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
TabbedPanelContent
Inherited Members
Namespace: LlamaSoftware.UI.Tabs
Assembly: LlamaSoftware.UI.Tabs.dll
Syntax
[RequireComponent(typeof(Animator))]
public class TabbedPanelContent : Page