C# Class UserTrackerVisualization, NuiTrack_Skeleton

Inheritance: MonoBehaviour
Mostra file Open project: ttruty/NuiTrack_Skeleton Class Usage Examples

Public Methods

Method Description
SetActive ( bool _active ) : void
SetShaderProperties ( Color, newZeroColor, bool showBorders ) : void

Private Methods

Method Description
HideVisualization ( ) : void
InitMeshes ( int cols, int rows, float hfov ) : void
Initialize ( ) : void
OnDestroy ( ) : void
ProcessFrame ( nuitrack.DepthFrame depthFrame, nuitrack.ColorFrame colorFrame, nuitrack.UserFrame userFrame ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetActive() public method

public SetActive ( bool _active ) : void
_active bool
return void

SetShaderProperties() public method

public SetShaderProperties ( Color, newZeroColor, bool showBorders ) : void
newZeroColor Color,
showBorders bool
return void