C# Class HandFader

Inheritance: MonoBehaviour
Mostra file Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
confidenceCurve UnityEngine.AnimationCurve
confidenceSmoothing float

Protected Properties

Property Type Description
_handModel HandModel,
_renderer Renderer
_smoothedConfidence float

Protected Methods

Method Description
Awake ( ) : void
GetUnsmoothedConfidence ( ) : float
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

GetUnsmoothedConfidence() protected method

protected GetUnsmoothedConfidence ( ) : float
return float

Update() protected method

protected Update ( ) : void
return void

Property Details

_handModel protected_oe property

protected HandModel, _handModel
return HandModel,

_renderer protected_oe property

protected Renderer _renderer
return Renderer

_smoothedConfidence protected_oe property

protected float _smoothedConfidence
return float

confidenceCurve public_oe property

public AnimationCurve,UnityEngine confidenceCurve
return UnityEngine.AnimationCurve

confidenceSmoothing public_oe property

public float confidenceSmoothing
return float