C# Class GA_HeatmapColorPresetPicker, TheUnseen

Inheritance: EditorWindow
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
ColorPreset GA_HeatMapRendererInspector.PresetColorTypes

Public Methods

Method Description
DrawColorBoxes ( Vector2 vect1, Vector2 vect2, Color col1, Color col2, int width, int height, float scrollPos, int number ) : void
OnGUI ( ) : void
OnLostFocus ( ) : void
Update ( ) : void

Method Details

DrawColorBoxes() public method

public DrawColorBoxes ( Vector2 vect1, Vector2 vect2, Color col1, Color col2, int width, int height, float scrollPos, int number ) : void
vect1 Vector2
vect2 Vector2
col1 Color
col2 Color
width int
height int
scrollPos float
number int
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnLostFocus() public method

public OnLostFocus ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ColorPreset public property

public GA_HeatMapRendererInspector.PresetColorTypes ColorPreset
return GA_HeatMapRendererInspector.PresetColorTypes