Class AdaptiveVerticalSlideView
A vertically slidable container for elements. The height of this container adapts as the element slides.
Properties
index
public int index { get; private set; }
slideDuration
public float slideDuration { get; set; }
useContentWidth
public bool useContentWidth { get; set; }
contentContainer
public override VisualElement contentContainer { get; }
Methods
Slide(int index, [bool animation = true])
public void Slide(int index, [bool animation = true])