C# 클래스 DisplayDepth, casanova-mk2

상속: MonoBehaviour
파일 보기 프로젝트 열기: vs-team/casanova-mk2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dv float[]
dw DepthWrapper,

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
endthread ( ) : void
getDepth ( ) : void
getValue ( int index ) : float

비공개 메소드들

메소드 설명
convertDepthToColor ( float depthBuf ) : UnityEngine.Color32[]

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

endthread() 공개 메소드

public endthread ( ) : void
리턴 void

getDepth() 공개 메소드

public getDepth ( ) : void
리턴 void

getValue() 공개 메소드

public getValue ( int index ) : float
index int
리턴 float

프로퍼티 상세

dv 공개적으로 프로퍼티

public float[] dv
리턴 float[]

dw 공개적으로 프로퍼티

public DepthWrapper, dw
리턴 DepthWrapper,