C# Class OpenNIDepthmapViewer, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental

Méthodes publiques

Свойство Type Description
DrawHand bool
factor int
handColor UnityEngine.Color32
handPixSize int
target Renderer

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnGUI ( ) : void
Start ( ) : void
UpdateDepthmapTexture ( ) : void
UpdateHistogram ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UpdateDepthmapTexture() public méthode

public UpdateDepthmapTexture ( ) : void
Résultat void

UpdateHistogram() public méthode

public UpdateHistogram ( ) : void
Résultat void

Property Details

DrawHand public_oe property

public bool DrawHand
Résultat bool

factor public_oe property

public int factor
Résultat int

handColor public_oe property

public Color32,UnityEngine handColor
Résultat UnityEngine.Color32

handPixSize public_oe property

public int handPixSize
Résultat int

target public_oe property

public Renderer target
Résultat Renderer