Table of Contents

Struct UI.GridLayout

Namespace
AO
Assembly
CoreAssembly.dll
public struct UI.GridLayout
Inherited Members
Extension Methods

Fields

curX

public int curX

Field Value

int

curY

public int curY

Field Value

int

elementHeight

public float elementHeight

Field Value

float

elementWidth

public float elementWidth

Field Value

float

elementsPerColumn

public int elementsPerColumn

Field Value

int

elementsPerRow

public int elementsPerRow

Field Value

int

halfPadding

public float halfPadding

Field Value

float

Methods

Make(Rect, int, int, SizeSource, float)

public static UI.GridLayout Make(Rect rect, int width, int height, UI.GridLayout.SizeSource sizeSource, float padding = 0)

Parameters

rect Rect
width int
height int
sizeSource UI.GridLayout.SizeSource
padding float

Returns

UI.GridLayout

Next()

public Rect Next()

Returns

Rect