StyleWithBorder
Definition
public static partial class DrawGUI
{
public static Scope StyleWithBorder(GUIStyle style, int? left = null, int? right = null, int? top = null, int? bottom = null)
public static Scope StyleWithBorder(this Scope scope, GUIStyle style, int? left = null, int? right = null, int? top = null, int? bottom = null)
private class StyleWithBorderScope : Scope
}Remarks
Selective Override
Save/Restore Pattern
Quick Lookup
Goal
How
Factory Methods
Standalone
Extension (Chaining)
Parameter
Type
Default
Description
StyleWithBorderScope (private)
Member
Description
Common Pitfalls
Examples
Removing Border for a Single Draw
See Also
Last updated