C# Класс FSO.Client.UI.Controls.UIGridViewer

Наследование: FSO.Client.UI.Framework.UIContainer
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ItemRender System.Type

Private Properties

Свойство Тип Описание
GetCellForItemIndex UIGridViewerRender

Открытые методы

Метод Описание
GetGridArea ( ) : Vector2
Init ( ) : void

Once all the properties are set this will create the UI. Values such as size, thumb size etc can not be changed after this

Защищенные методы

Метод Описание
Render ( ) : void

Draws the correct item in the correct slot

Приватные методы

Метод Описание
GetCellForItemIndex ( int index ) : UIGridViewerRender

Gets the cell that is currently rendering a given item

Описание методов

GetGridArea() публичный Метод

public GetGridArea ( ) : Vector2
Результат Vector2

Init() публичный Метод

Once all the properties are set this will create the UI. Values such as size, thumb size etc can not be changed after this
public Init ( ) : void
Результат void

Render() защищенный Метод

Draws the correct item in the correct slot
protected Render ( ) : void
Результат void

Описание свойств

ItemRender публичное свойство

Class to use as the item renderer for each cell in the grid
public Type,System ItemRender
Результат System.Type