C# Class FairyGUI.TransitionValue

显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
b bool
b1 bool
b2 bool
c Color
f1 float
f2 float
f3 float
f4 float
i int
s string

Public Methods

Method Description
Copy ( TransitionValue source ) : void
TransitionValue ( ) : System

Method Details

Copy() public method

public Copy ( TransitionValue source ) : void
source TransitionValue
return void

TransitionValue() public method

public TransitionValue ( ) : System
return System

Property Details

b public_oe property

public bool b
return bool

b1 public_oe property

public bool b1
return bool

b2 public_oe property

public bool b2
return bool

c public_oe property

public Color c
return Color

f1 public_oe property

public float f1
return float

f2 public_oe property

public float f2
return float

f3 public_oe property

public float f3
return float

f4 public_oe property

public float f4
return float

i public_oe property

public int i
return int

s public_oe property

public string s
return string