C# Class UnityEngine.GradientColorKey

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
color Color
time float

Public Methods

Method Description
GradientColorKey ( Color col, float time ) : System

Gradient color key.

Method Details

GradientColorKey() public method

Gradient color key.

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

Property Details

color public property

Color of key.

public Color color
return Color

time public property

Time of the key (0 - 1).

public float time
return float