C# Class UnityStandardAssets.CinematicEffects.TonemappingColorGrading.Curve

Inheritance: UnityEngine.PropertyAttribute
Exibir arquivo Open project: 3dAnon/PoniGame Class Usage Examples

Public Properties

Property Type Description
color Color

Public Methods

Method Description
Curve ( ) : UnityEngine
Curve ( float r, float g, float b, float a ) : UnityEngine

Method Details

Curve() public method

public Curve ( ) : UnityEngine
return UnityEngine

Curve() public method

public Curve ( float r, float g, float b, float a ) : UnityEngine
r float
g float
b float
a float
return UnityEngine

Property Details

color public_oe property

public Color color
return Color