public sealed class SidebarPanel
Constructors
Declaration
public SidebarPanel(ISidebarPanelContent content)
Parameters
Properties
Declaration
[Serialize]
public SidebarAnchor anchor { get; set; }
Property Value
Declaration
[DoNotSerialize]
public ISidebarPanelContent content { get; }
Property Value
Declaration
[DoNotSerialize]
public bool enabled { get; }
Property Value
Declaration
[Serialize]
public float height { get; set; }
Property Value
Declaration
[Serialize]
public int order { get; set; }
Property Value
Declaration
[DoNotSerialize]
public Sidebar sidebar { get; }
Property Value
Declaration
[DoNotSerialize]
public Sidebars sidebars { get; set; }
Property Value
Methods
Declaration
Declaration
public void OnGUI(Rect position, ref float y, float? heightOverride = default(float? ))
Parameters
Declaration
public bool TryAssociate(ISidebarPanelContent content)
Parameters
Returns
Extension Methods