• Home
  • Documentation
  • Guides
  • FAQ
  • Get Essential UI Pack
Search Results for

    Show / Hide Table of Contents
    • LlamaSoftware.UI
      • ButtonClickSoundPlayer
      • Draggable
      • EUIPButton
      • EUIPButton.ButtonLabelStyle
      • EUIPSlider
      • EUIPSlider.DisplayFormat
      • InputFieldSliderValueDisplay
      • MenuController
      • MultiValueToggle
      • MultiValueToggleArrow
      • MultiValueToggleArrow.OnPointerUpCallback
      • Page
      • Popover
      • ProgressBar
      • ScrollViewZoomFixer
      • SliderValueDisplay
      • SliderValueSetter
      • Spinner
      • UIAnimationConstants
      • UIAnimationConstants.Direction
      • UIAnimationConstants.EntryMode
    • LlamaSoftware.UI.Tabs
      • TabbedPanel
      • TabbedPanel.ChangeTabEvent
      • TabbedPanelContent
      • TabbedPanelHeader
    • LlamaSoftware.UI.Utility
      • CornersUIGradient
      • RotatableLinearUIGradient
      • SimpleProgressBar
      • TextUpdatingProgressBar
      • UIGradientUtils
      • UIGradientUtils.Matrix2x3

    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
    Page
    TabbedPanelContent
    Inherited Members
    Page.audioSource
    Page.animator
    Page.ExitOnNewPagePush
    Page.EntryClip
    Page.ExitClip
    Page.EntryMode
    Page.EntryDirection
    Page.ExitMode
    Page.ExitDirection
    Page.PrePushAction
    Page.PostPushAction
    Page.PrePopAction
    Page.PostPopAction
    Page.SLIDE_IN_LEFT
    Page.SLIDE_IN_TOP
    Page.SLIDE_IN_BOTTOM
    Page.SLIDE_IN_RIGHT
    Page.SLIDE_OUT_LEFT
    Page.SLIDE_OUT_TOP
    Page.SLIDE_OUT_BOTTOM
    Page.SLIDE_OUT_RIGHT
    Page.ZOOM_IN_TOP
    Page.ZOOM_IN_BOTTOM
    Page.ZOOM_IN_LEFT
    Page.ZOOM_IN_RIGHT
    Page.ZOOM_OUT_TOP
    Page.ZOOM_OUT_BOTTOM
    Page.ZOOM_OUT_LEFT
    Page.ZOOM_OUT_RIGHT
    Page.DISABLE_AUDIO_SOURCE
    Page.DisableAudioSourceDelay
    Page.Awake()
    Page.Start()
    Page.Enter(Boolean)
    Page.Exit(Boolean)
    Page.CallPostPushAction()
    Page.CallPostPopAction()
    Page.SlideIn(Boolean)
    Page.SlideOut(Boolean)
    Page.ZoomIn(Boolean)
    Page.ZoomOut(Boolean)
    Page.FadeIn(Boolean)
    Page.FadeOut(Boolean)
    Page.PlayEntryClip(Boolean)
    Page.PlayExitClip(Boolean)
    Page.DisableAudioSource()
    Namespace: LlamaSoftware.UI.Tabs
    Assembly: LlamaSoftware.UI.Tabs.dll
    Syntax
    [RequireComponent(typeof(Animator))]
    public class TabbedPanelContent : Page
    In This Article
    Back to top Generated by DocFX