Click or drag to resize
PanelsGrid Class
Helper class to generate grid-like structure of panels.
Inheritance Hierarchy
SystemObject
  GeonBit.UI.UtilsPanelsGrid

Namespace:  GeonBit.UI.Utils
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class PanelsGrid
Methods
  NameDescription
Public methodStatic memberGenerateColums(Vector2, Entity, PanelSkin)
Generate and return a set of panels aligned next to each other. This is useful for cases like when you want to divide your panel into 3 colums.
Public methodStatic memberGenerateColums(Int32, Entity, NullableVector2, PanelSkin)
Generate and return a set of panels aligned next to each other with a constant size. This is useful for cases like when you want to divide your panel into 3 colums.
Top
See Also