C# 클래스 BillboardGraph, vive-holojam

상속: BillboardComponent
파일 보기 프로젝트 열기: nyu-vr-research/vive-holojam

공개 프로퍼티들

프로퍼티 타입 설명
data Queue
granularity int
material Material
maxValue float
normalizeData bool

공개 메소드들

메소드 설명
Layout ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Layout() 공개 메소드

public Layout ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

data 공개적으로 프로퍼티

public Queue data
리턴 Queue

granularity 공개적으로 프로퍼티

public int granularity
리턴 int

material 공개적으로 프로퍼티

public Material material
리턴 Material

maxValue 공개적으로 프로퍼티

public float maxValue
리턴 float

normalizeData 공개적으로 프로퍼티

public bool normalizeData
리턴 bool