C# Class Leap.Unity.Attachments.HandAttachments

Inheritance: IHandModel, IRuntimeGizmoComponent
Afficher le fichier Open project: North-Star-Research-Institute/North-Star-Unity-Starter-Project

Protected Properties

Свойство Type Description
colors Color[]

Méthodes publiques

Méthode Description
DrawBasis ( RuntimeGizmoDrawer gizmoDrawer, Vector3 origin, LeapTransform basis, float scale ) : void
GetLeapHand ( ) : Hand
OnDrawRuntimeGizmos ( RuntimeGizmoDrawer gizmoDrawer ) : void
SetLeapHand ( Hand hand ) : void
SupportsEditorPersistence ( ) : bool
UpdateHand ( ) : void

Method Details

DrawBasis() public méthode

public DrawBasis ( RuntimeGizmoDrawer gizmoDrawer, Vector3 origin, LeapTransform basis, float scale ) : void
gizmoDrawer RuntimeGizmoDrawer
origin Vector3
basis LeapTransform
scale float
Résultat void

GetLeapHand() public méthode

public GetLeapHand ( ) : Hand
Résultat Hand

OnDrawRuntimeGizmos() public méthode

public OnDrawRuntimeGizmos ( RuntimeGizmoDrawer gizmoDrawer ) : void
gizmoDrawer RuntimeGizmoDrawer
Résultat void

SetLeapHand() public méthode

public SetLeapHand ( Hand hand ) : void
hand Hand
Résultat void

SupportsEditorPersistence() public méthode

public SupportsEditorPersistence ( ) : bool
Résultat bool

UpdateHand() public méthode

public UpdateHand ( ) : void
Résultat void

Property Details

colors protected_oe property

protected Color[] colors
Résultat Color[]