C# Class FairyGUI.UIConfig.ConfigValue

Show file 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

Reset() public method

public Reset ( ) : void
return void

Property Details

b public property

public bool b
return bool

c public property

public Color c
return Color

f public property

public float f
return float

i public property

public int i
return int

s public property

public string s
return string

valid public property

public bool valid
return bool