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

Reset() public method

public Reset ( ) : void
return void

Property Details

b public_oe property

public bool b
return bool

c public_oe property

public Color c
return Color

f public_oe property

public float f
return float

i public_oe property

public int i
return int

s public_oe property

public string s
return string

valid public_oe property

public bool valid
return bool