C# Class LeapHand, RiggedHandVisualizer

Inheritance: MonoBehaviour
显示文件 Open project: leapmotion/RiggedHandVisualizer Class Usage Examples

Public Properties

Property Type Description
m_stale bool

Public Methods

Method Description
Disable ( ) : void
Enable ( ) : void
GetFingers ( ) : GameObject[]
OnDestroy ( ) : void
Start ( ) : void
UpdateKnuckleLanges ( ) : void

Method Details

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

GetFingers() public method

public GetFingers ( ) : GameObject[]
return GameObject[]

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UpdateKnuckleLanges() public method

public UpdateKnuckleLanges ( ) : void
return void

Property Details

m_stale public_oe property

public bool m_stale
return bool