Megadocs 0.0.1
All of megapop's internal libraries
|
This is the complete list of members for Megapop.MegaCore.RectLayout, including all inherited members.
center | Megapop.MegaCore.RectLayout | static |
GridCell(Rect rect, int columns, int rows, int index) | Megapop.MegaCore.RectLayout | inlinestatic |
HorizontalGridCell(Rect rect, int count, int index) | Megapop.MegaCore.RectLayout | inlinestatic |
left | Megapop.MegaCore.RectLayout | static |
OffsetBottom(Rect rect, float amount) | Megapop.MegaCore.RectLayout | inlinestatic |
OffsetLeft(Rect rect, float amount) | Megapop.MegaCore.RectLayout | inlinestatic |
OffsetRight(Rect rect, float amount) | Megapop.MegaCore.RectLayout | inlinestatic |
OffsetTop(Rect rect, float amount) | Megapop.MegaCore.RectLayout | inlinestatic |
RightAlignInside(Rect container, float width, float offset=0f) | Megapop.MegaCore.RectLayout | inlinestatic |
SplitGrid(Rect rect, int columns, int rows) | Megapop.MegaCore.RectLayout | inlinestatic |
SplitHorizontal(Rect rect, float leftAmount=0.5f, float padding=2) | Megapop.MegaCore.RectLayout | inlinestatic |
SplitHorizontalFixedWidthRight(Rect rect, float rightWidth, float padding=2) | Megapop.MegaCore.RectLayout | inlinestatic |
SplitIntoThreeParts(Rect rect, float leftAmount=0.33f, float padding=2) | Megapop.MegaCore.RectLayout | inlinestatic |
SplitLeft(Rect rect, float size, out Rect left, out Rect right) | Megapop.MegaCore.RectLayout | inlinestatic |
SplitRight(Rect rect, float size, out Rect left, out Rect right) | Megapop.MegaCore.RectLayout | inlinestatic |
VerticalGridCell(Rect rect, int count, int index) | Megapop.MegaCore.RectLayout | inlinestatic |
WorldToAnchoredPosition(Vector3 worldPos, Camera worldCamera, Canvas targetCanvas) | Megapop.MegaCore.RectLayout | inlinestatic |