C# Class FSO.Client.UI.Controls.UIGridViewer

Inheritance: FSO.Client.UI.Framework.UIContainer
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemRender System.Type

Private Properties

Свойство Type Description
GetCellForItemIndex UIGridViewerRender

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Render ( ) : void

Draws the correct item in the correct slot

Private Methods

Méthode Description
GetCellForItemIndex ( int index ) : UIGridViewerRender

Gets the cell that is currently rendering a given item

Method Details

GetGridArea() public méthode

public GetGridArea ( ) : Vector2
Résultat Vector2

Init() public méthode

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
Résultat void

Render() protected méthode

Draws the correct item in the correct slot
protected Render ( ) : void
Résultat void

Property Details

ItemRender public_oe property

Class to use as the item renderer for each cell in the grid
public Type,System ItemRender
Résultat System.Type