C# Class FairyGUI.TransitionValue

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

public bool b
return bool

b1 public property

public bool b1
return bool

b2 public property

public bool b2
return bool

c public property

public Color c
return Color

f1 public property

public float f1
return float

f2 public property

public float f2
return float

f3 public property

public float f3
return float

f4 public property

public float f4
return float

i public property

public int i
return int

s public property

public string s
return string