Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Xsolla
GridView
C# Class Xsolla.GridView
Inheritance:
UnityEngine.MonoBehaviour
Datei anzeigen
Open project: xsolla/xsolla-unity-sdk
Class Usage Examples
Public Properties
Property
Type
Description
adapter
IBaseAdapter
itemCount
int
Public Methods
Method
Description
Clear
( ) :
void
Draw
( ) :
void
SetAdapter
(
IBaseAdapter
adapter
,
int
columnCount
) :
void
Method Details
Clear()
public
method
public
Clear
( ) :
void
return
void
Draw()
public
method
public
Draw
( ) :
void
return
void
SetAdapter()
public
method
public
SetAdapter
(
IBaseAdapter
adapter
,
int
columnCount
) :
void
adapter
IBaseAdapter
columnCount
int
return
void
Property Details
adapter
public_oe property
public
IBaseAdapter,Xsolla
adapter
return
IBaseAdapter
itemCount
public_oe property
public
int
itemCount
return
int