C# Class Kino.BloomGraphDrawer

ファイルを表示 Open project: keijiro/KinoBloom Class Usage Examples

Public Methods

Method Description
DrawGraph ( ) : void
Prepare ( Bloom bloom ) : void

Private Methods

Method 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 method

public DrawGraph ( ) : void
return void

Prepare() public method

public Prepare ( Bloom bloom ) : void
bloom Bloom
return void