C# Class FairyGUI.UIConfig.ConfigValue
ファイルを表示
Open project: fairygui/FairyGUI-unity
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
b |
bool |
|
|
c |
Color |
|
|
f |
float |
|
|
i |
int |
|
|
s |
string |
|
|
valid |
bool |
|
|
Public Methods
Method |
Description |
|
Reset ( ) : void |
|
|
Method Details
public Reset ( ) : void |
return |
void |
|
Property Details
public bool b |
return |
bool |
|
public Color c |
return |
Color |
|
public float f |
return |
float |
|
public string s |
return |
string |
|
public bool valid |
return |
bool |
|