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
FairyGUI
Utils
XMLList.Enumerator
C# Class FairyGUI.Utils.XMLList.Enumerator
Datei anzeigen
Open project: fairygui/FairyGUI-unity
Public Methods
Method
Description
Enumerator
(
List
source
,
string
selector
) :
System
MoveNext
( ) :
bool
Reset
( ) :
void
Method Details
Enumerator()
public
method
public
Enumerator
(
List
source
,
string
selector
) :
System
source
List
selector
string
return
System
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void