C# Class UnityEngine.GradientAlphaKey

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
alpha float
time float

Public Methods

Method Description
GradientAlphaKey ( float alpha, float time ) : System

Gradient alpha key.

Method Details

GradientAlphaKey() public method

Gradient alpha key.

public GradientAlphaKey ( float alpha, float time ) : System
alpha float Alpha of key (0 - 1).
time float Time of the key (0 - 1).
return System

Property Details

alpha public_oe property

Alpha channel of key.

public float alpha
return float

time public_oe property

Time of the key (0 - 1).

public float time
return float