Class FoldablePanel
Events
onFoldStateChanged
public Action<bool> onFoldStateChanged
Properties
folded
public bool folded { get; set; }
animationDuration
public float animationDuration { get; set; }
title
public string title { get; set; }
titleAnchor
public TextAnchor titleAnchor { get; set; }
contentContainer
public VisualElement contentContainer { get; }