C# Class LeapFinger, RiggedHandVisualizer

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/RiggedHandVisualizer Class Usage Examples

Méthodes publiques

Свойство Type Description
m_fingerID int
m_trailColor Color

Méthodes publiques

Méthode Description
GetFingerTip ( ) : GameObject
GetJoint ( int id ) : GameObject
GetJoints ( ) : GameObject[]
GetLanges ( ) : GameObject[]
OnDestroy ( ) : void
Show ( bool shouldShow ) : void
Start ( ) : void

Method Details

GetFingerTip() public méthode

public GetFingerTip ( ) : GameObject
Résultat GameObject

GetJoint() public méthode

public GetJoint ( int id ) : GameObject
id int
Résultat GameObject

GetJoints() public méthode

public GetJoints ( ) : GameObject[]
Résultat GameObject[]

GetLanges() public méthode

public GetLanges ( ) : GameObject[]
Résultat GameObject[]

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Show() public méthode

public Show ( bool shouldShow ) : void
shouldShow bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

m_fingerID public_oe property

public int m_fingerID
Résultat int

m_trailColor public_oe property

public Color m_trailColor
Résultat Color