C# Class UnityEngine.Color

Afficher le fichier Open project: jbruening/UnEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
a float
b float
g float
r float

Méthodes publiques

Méthode Description
Color ( float r, float g, float b ) : System
Color ( float r, float g, float b, float a ) : System
Equals ( object other ) : bool
Lerp ( Color a, Color b, float t ) : Color
operator ( ) : Color
operator ( ) : bool
this ( int index ) : float

Method Details

Color() public méthode

public Color ( float r, float g, float b ) : System
r float
g float
b float
Résultat System

Color() public méthode

public Color ( float r, float g, float b, float a ) : System
r float
g float
b float
a float
Résultat System

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

Lerp() public static méthode

public static Lerp ( Color a, Color b, float t ) : Color
a Color
b Color
t float
Résultat Color

operator() public static méthode

public static operator ( ) : Color
Résultat Color

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( int index ) : float
index int
Résultat float

Property Details

a public_oe property

public float a
Résultat float

b public_oe property

public float b
Résultat float

g public_oe property

public float g
Résultat float

r public_oe property

public float r
Résultat float