C# Class UnityEngine.Gradient

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

Private Properties

Свойство Type Description
Cleanup void
Gradient System
INTERNAL_CALL_Evaluate void
INTERNAL_get_constantColor void
INTERNAL_set_constantColor void
Init void
SetKeys void

Méthodes publiques

Méthode Description
Evaluate ( float time ) : Color

Calculate color at a given time.

Private Methods

Méthode Description
Cleanup ( ) : void
Gradient ( ) : System
INTERNAL_CALL_Evaluate ( Gradient self, float time, Color &value ) : void
INTERNAL_get_constantColor ( Color &value ) : void
INTERNAL_set_constantColor ( Color &value ) : void
Init ( ) : void
SetKeys ( GradientColorKey colorKeys, GradientAlphaKey alphaKeys ) : void

Method Details

Evaluate() public méthode

Calculate color at a given time.

public Evaluate ( float time ) : Color
time float Time of the key (0 - 1).
Résultat Color