C# Class DisplayDepth, casanova-mk2

Inheritance: MonoBehaviour
Afficher le fichier Open project: vs-team/casanova-mk2 Class Usage Examples

Méthodes publiques

Свойство Type Description
dv float[]
dw DepthWrapper,

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
endthread ( ) : void
getDepth ( ) : void
getValue ( int index ) : float

Private Methods

Méthode Description
convertDepthToColor ( float depthBuf ) : UnityEngine.Color32[]

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

endthread() public méthode

public endthread ( ) : void
Résultat void

getDepth() public méthode

public getDepth ( ) : void
Résultat void

getValue() public méthode

public getValue ( int index ) : float
index int
Résultat float

Property Details

dv public_oe property

public float[] dv
Résultat float[]

dw public_oe property

public DepthWrapper, dw
Résultat DepthWrapper,