C# Class OpenNIDepthmapViewer, Elemental

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public bool DrawHand
return bool

factor public_oe property

public int factor
return int

handColor public_oe property

public Color32,UnityEngine handColor
return UnityEngine.Color32

handPixSize public_oe property

public int handPixSize
return int

target public_oe property

public Renderer target
return Renderer