C# Class LeapLegacyHand, RiggedHandVisualizer

Inheritance: MonoBehaviour
ファイルを表示 Open project: leapmotion/RiggedHandVisualizer

Public Properties

Property Type Description
m_handID int
m_stale bool

Public Methods

Method Description
Display ( bool shouldShow ) : void
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Display() public method

public Display ( bool shouldShow ) : void
shouldShow bool
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

m_handID public_oe property

public int m_handID
return int

m_stale public_oe property

public bool m_stale
return bool