C# Class DisplayDepth, casanova-mk2

Inheritance: MonoBehaviour
Show file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
dv float[]
dw DepthWrapper,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
endthread ( ) : void
getDepth ( ) : void
getValue ( int index ) : float

Private Methods

Method Description
convertDepthToColor ( float depthBuf ) : UnityEngine.Color32[]

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

endthread() public method

public endthread ( ) : void
return void

getDepth() public method

public getDepth ( ) : void
return void

getValue() public method

public getValue ( int index ) : float
index int
return float

Property Details

dv public property

public float[] dv
return float[]

dw public property

public DepthWrapper, dw
return DepthWrapper,