C# Class UnityEngine.GradientColorKey

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
color Color
time float

Méthodes publiques

Méthode Description
GradientColorKey ( Color col, float time ) : System

Gradient color key.

Method Details

GradientColorKey() public méthode

Gradient color key.

public GradientColorKey ( Color col, float time ) : System
col Color
time float Time of the key (0 - 1).
Résultat System

Property Details

color public_oe property

Color of key.

public Color color
Résultat Color

time public_oe property

Time of the key (0 - 1).

public float time
Résultat float