BoxHeader
Definition
public static partial class DrawGUI
{
// Factory method
public static Scope BoxHeader()
// Extension method (chaining)
public static Scope BoxHeader(this Scope scope)
// Implementation
private class BoxHeaderScope : Scope
}Remarks
Factory Methods
BoxHeader
Examples
Custom Header with Button
Header with Toggle
Chained Box + BoxHeader
See Also
Last updated