C# Class FairyGUI.TransitionValue

Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
b bool
b1 bool
b2 bool
c Color
f1 float
f2 float
f3 float
f4 float
i int
s string

Méthodes publiques

Méthode Description
Copy ( TransitionValue source ) : void
TransitionValue ( ) : System

Method Details

Copy() public méthode

public Copy ( TransitionValue source ) : void
source TransitionValue
Résultat void

TransitionValue() public méthode

public TransitionValue ( ) : System
Résultat System

Property Details

b public_oe property

public bool b
Résultat bool

b1 public_oe property

public bool b1
Résultat bool

b2 public_oe property

public bool b2
Résultat bool

c public_oe property

public Color c
Résultat Color

f1 public_oe property

public float f1
Résultat float

f2 public_oe property

public float f2
Résultat float

f3 public_oe property

public float f3
Résultat float

f4 public_oe property

public float f4
Résultat float

i public_oe property

public int i
Résultat int

s public_oe property

public string s
Résultat string