C# Class OpenNIDepthmapViewer, Elemental

Inheritance: MonoBehaviour
Show file Open project: CodeStrumpet/Elemental

Public Properties

Property Type Description
DrawHand bool
factor int
handColor UnityEngine.Color32
handPixSize int
target Renderer

Public Methods

Method Description
FixedUpdate ( ) : void
OnGUI ( ) : void
Start ( ) : void
UpdateDepthmapTexture ( ) : void
UpdateHistogram ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UpdateDepthmapTexture() public method

public UpdateDepthmapTexture ( ) : void
return void

UpdateHistogram() public method

public UpdateHistogram ( ) : void
return void

Property Details

DrawHand public property

public bool DrawHand
return bool

factor public property

public int factor
return int

handColor public property

public Color32,UnityEngine handColor
return UnityEngine.Color32

handPixSize public property

public int handPixSize
return int

target public property

public Renderer target
return Renderer