C# Class UnityStandardAssets.CinematicEffects.BloomGraphDrawer

Afficher le fichier Open project: 3dAnon/PoniGame Class Usage Examples

Méthodes publiques

Méthode Description
DrawGraph ( ) : void
Prepare ( Bloom settings, bool isHdr ) : void

Private Methods

Méthode Description
DrawLine ( float x1, float y1, float x2, float y2, float grayscale ) : void
DrawRect ( float x1, float y1, float x2, float y2, float fill, float line ) : void
PointInRect ( float x, float y ) : Vector3
ResponseFunction ( float x ) : float

Method Details

DrawGraph() public méthode

public DrawGraph ( ) : void
Résultat void

Prepare() public méthode

public Prepare ( Bloom settings, bool isHdr ) : void
settings Bloom
isHdr bool
Résultat void