C# Class GA_HeatMapRenderer, TheUnseen

Inheritance: MonoBehaviour
显示文件 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
BillBoard GameObject
CurrentRenderModel RenderModel
Histogram GA_Histogram,
HistogramScale GA_Histogram.HistogramScale
MaxColor Color
MaxRadius float
MinColor Color
RangeMax float
RangeMin float
ShowValueLabels bool
datafilter GA_HeatMapDataFilterBase,

Public Methods

Method Description
OnDataUpdate ( ) : void
OnEnable ( ) : void
OnScaleChanged ( ) : void
RecalculateHistogram ( ) : void
RenderModelChanged ( ) : void
SetMaterialVariables ( ) : void
Update ( ) : void
createBillboards ( List data ) : void

Method Details

OnDataUpdate() public method

public OnDataUpdate ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnScaleChanged() public method

public OnScaleChanged ( ) : void
return void

RecalculateHistogram() public method

public RecalculateHistogram ( ) : void
return void

RenderModelChanged() public method

public RenderModelChanged ( ) : void
return void

SetMaterialVariables() public method

public SetMaterialVariables ( ) : void
return void

Update() public method

public Update ( ) : void
return void

createBillboards() public method

public createBillboards ( List data ) : void
data List
return void

Property Details

BillBoard public_oe property

public GameObject BillBoard
return GameObject

CurrentRenderModel public_oe property

public RenderModel CurrentRenderModel
return RenderModel

Histogram public_oe property

public GA_Histogram, Histogram
return GA_Histogram,

HistogramScale public_oe property

public GA_Histogram.HistogramScale HistogramScale
return GA_Histogram.HistogramScale

MaxColor public_oe property

public Color MaxColor
return Color

MaxRadius public_oe property

public float MaxRadius
return float

MinColor public_oe property

public Color MinColor
return Color

RangeMax public_oe property

public float RangeMax
return float

RangeMin public_oe property

public float RangeMin
return float

ShowValueLabels public_oe property

public bool ShowValueLabels
return bool

datafilter public_oe property

public GA_HeatMapDataFilterBase, datafilter
return GA_HeatMapDataFilterBase,