C# Class Leap.Unity.Attachments.HandAttachments

Inheritance: IHandModel, IRuntimeGizmoComponent
Datei anzeigen Open project: North-Star-Research-Institute/North-Star-Unity-Starter-Project

Protected Properties

Property Type Description
colors Color[]

Public Methods

Method 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 method

public DrawBasis ( RuntimeGizmoDrawer gizmoDrawer, Vector3 origin, LeapTransform basis, float scale ) : void
gizmoDrawer RuntimeGizmoDrawer
origin Vector3
basis LeapTransform
scale float
return void

GetLeapHand() public method

public GetLeapHand ( ) : Hand
return Hand

OnDrawRuntimeGizmos() public method

public OnDrawRuntimeGizmos ( RuntimeGizmoDrawer gizmoDrawer ) : void
gizmoDrawer RuntimeGizmoDrawer
return void

SetLeapHand() public method

public SetLeapHand ( Hand hand ) : void
hand Hand
return void

SupportsEditorPersistence() public method

public SupportsEditorPersistence ( ) : bool
return bool

UpdateHand() public method

public UpdateHand ( ) : void
return void

Property Details

colors protected_oe property

protected Color[] colors
return Color[]