C# 클래스 OpenNIDepthmapViewer, Elemental

상속: MonoBehaviour
파일 보기 프로젝트 열기: CodeStrumpet/Elemental

공개 프로퍼티들

프로퍼티 타입 설명
DrawHand bool
factor int
handColor UnityEngine.Color32
handPixSize int
target Renderer

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
OnGUI ( ) : void
Start ( ) : void
UpdateDepthmapTexture ( ) : void
UpdateHistogram ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdateDepthmapTexture() 공개 메소드

public UpdateDepthmapTexture ( ) : void
리턴 void

UpdateHistogram() 공개 메소드

public UpdateHistogram ( ) : void
리턴 void

프로퍼티 상세

DrawHand 공개적으로 프로퍼티

public bool DrawHand
리턴 bool

factor 공개적으로 프로퍼티

public int factor
리턴 int

handColor 공개적으로 프로퍼티

public Color32,UnityEngine handColor
리턴 UnityEngine.Color32

handPixSize 공개적으로 프로퍼티

public int handPixSize
리턴 int

target 공개적으로 프로퍼티

public Renderer target
리턴 Renderer