Unity - Scripting API: GradientColorKey.GradientColorKeyGradientColorKey(
col:
Color,
time: float)
GradientColorKey(
Color col,
float
time);
def
GradientColorKey(
col as
Color,
time as float)
Parameters
color | Color of key. |
time | Time of the key (0 - 1). |
Description
Gradient color key.