C# Class HandFader

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство Type Description
confidenceCurve UnityEngine.AnimationCurve
confidenceSmoothing float

Protected Properties

Свойство Type Description
_handModel HandModel,
_renderer Renderer
_smoothedConfidence float

Méthodes protégées

Méthode Description
Awake ( ) : void
GetUnsmoothedConfidence ( ) : float
Update ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

GetUnsmoothedConfidence() protected méthode

protected GetUnsmoothedConfidence ( ) : float
Résultat float

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

_handModel protected_oe property

protected HandModel, _handModel
Résultat HandModel,

_renderer protected_oe property

protected Renderer _renderer
Résultat Renderer

_smoothedConfidence protected_oe property

protected float _smoothedConfidence
Résultat float

confidenceCurve public_oe property

public AnimationCurve,UnityEngine confidenceCurve
Résultat UnityEngine.AnimationCurve

confidenceSmoothing public_oe property

public float confidenceSmoothing
Résultat float