C# Class UnityEngine.GradientColorKey

ファイルを表示 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_oe property

Color of key.

public Color color
return Color

time public_oe property

Time of the key (0 - 1).

public float time
return float