C# 클래스 GA_HeatMapRenderer, TheUnseen

상속: MonoBehaviour
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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,

공개 메소드들

메소드 설명
OnDataUpdate ( ) : void
OnEnable ( ) : void
OnScaleChanged ( ) : void
RecalculateHistogram ( ) : void
RenderModelChanged ( ) : void
SetMaterialVariables ( ) : void
Update ( ) : void
createBillboards ( List data ) : void

메소드 상세

OnDataUpdate() 공개 메소드

public OnDataUpdate ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnScaleChanged() 공개 메소드

public OnScaleChanged ( ) : void
리턴 void

RecalculateHistogram() 공개 메소드

public RecalculateHistogram ( ) : void
리턴 void

RenderModelChanged() 공개 메소드

public RenderModelChanged ( ) : void
리턴 void

SetMaterialVariables() 공개 메소드

public SetMaterialVariables ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

createBillboards() 공개 메소드

public createBillboards ( List data ) : void
data List
리턴 void

프로퍼티 상세

BillBoard 공개적으로 프로퍼티

public GameObject BillBoard
리턴 GameObject

CurrentRenderModel 공개적으로 프로퍼티

public RenderModel CurrentRenderModel
리턴 RenderModel

Histogram 공개적으로 프로퍼티

public GA_Histogram, Histogram
리턴 GA_Histogram,

HistogramScale 공개적으로 프로퍼티

public GA_Histogram.HistogramScale HistogramScale
리턴 GA_Histogram.HistogramScale

MaxColor 공개적으로 프로퍼티

public Color MaxColor
리턴 Color

MaxRadius 공개적으로 프로퍼티

public float MaxRadius
리턴 float

MinColor 공개적으로 프로퍼티

public Color MinColor
리턴 Color

RangeMax 공개적으로 프로퍼티

public float RangeMax
리턴 float

RangeMin 공개적으로 프로퍼티

public float RangeMin
리턴 float

ShowValueLabels 공개적으로 프로퍼티

public bool ShowValueLabels
리턴 bool

datafilter 공개적으로 프로퍼티

public GA_HeatMapDataFilterBase, datafilter
리턴 GA_HeatMapDataFilterBase,