C# Class FairyGUI.UIConfig.ConfigValue
Afficher le fichier
Open project: fairygui/FairyGUI-unity
Class Usage Examples
Méthodes publiques
Свойство |
Type |
Description |
|
b |
bool |
|
|
c |
Color |
|
|
f |
float |
|
|
i |
int |
|
|
s |
string |
|
|
valid |
bool |
|
|
Méthodes publiques
Méthode |
Description |
|
Reset ( ) : void |
|
|
Method Details
public Reset ( ) : void |
Résultat |
void |
|
Property Details
public bool b |
Résultat |
bool |
|
public Color c |
Résultat |
Color |
|
public float f |
Résultat |
float |
|
public int i |
Résultat |
int |
|
public string s |
Résultat |
string |
|
public bool valid |
Résultat |
bool |
|