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

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

b public_oe property

public bool b
Résultat bool

c public_oe property

public Color c
Résultat Color

f public_oe property

public float f
Résultat float

i public_oe property

public int i
Résultat int

s public_oe property

public string s
Résultat string

valid public_oe property

public bool valid
Résultat bool