Inheritance
object
SidebarPanel
Assembly: solution.dll
public sealed class SidebarPanel
Constructors
Declaration
public SidebarPanel(ISidebarPanelContent content)
Parameters
Properties
Declaration
[SerializeAttribute]
public SidebarAnchor anchor { get; set; }
Property Value
Declaration
[DoNotSerializeAttribute]
public ISidebarPanelContent content { get; }
Property Value
Declaration
[DoNotSerializeAttribute]
public bool enabled { get; }
Property Value
Declaration
[SerializeAttribute]
public float height { get; set; }
Property Value
Declaration
[SerializeAttribute]
public int order { get; set; }
Property Value
Declaration
[DoNotSerializeAttribute]
public Sidebar sidebar { get; }
Property Value
Declaration
[DoNotSerializeAttribute]
public Sidebars sidebars { get; set; }
Property Value
Methods
Declaration
Declaration
public void OnGUI(Rect position, ref float y, float? heightOverride = null)
Parameters
Declaration
public bool TryAssociate(ISidebarPanelContent content)
Parameters
Returns
Extension Methods