C# 클래스 Leap.Unity.Attachments.HandAttachments

상속: IHandModel, IRuntimeGizmoComponent
파일 보기 프로젝트 열기: North-Star-Research-Institute/North-Star-Unity-Starter-Project

보호된 프로퍼티들

프로퍼티 타입 설명
colors Color[]

공개 메소드들

메소드 설명
DrawBasis ( RuntimeGizmoDrawer gizmoDrawer, Vector3 origin, LeapTransform basis, float scale ) : void
GetLeapHand ( ) : Hand
OnDrawRuntimeGizmos ( RuntimeGizmoDrawer gizmoDrawer ) : void
SetLeapHand ( Hand hand ) : void
SupportsEditorPersistence ( ) : bool
UpdateHand ( ) : void

메소드 상세

DrawBasis() 공개 메소드

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

GetLeapHand() 공개 메소드

public GetLeapHand ( ) : Hand
리턴 Hand

OnDrawRuntimeGizmos() 공개 메소드

public OnDrawRuntimeGizmos ( RuntimeGizmoDrawer gizmoDrawer ) : void
gizmoDrawer RuntimeGizmoDrawer
리턴 void

SetLeapHand() 공개 메소드

public SetLeapHand ( Hand hand ) : void
hand Hand
리턴 void

SupportsEditorPersistence() 공개 메소드

public SupportsEditorPersistence ( ) : bool
리턴 bool

UpdateHand() 공개 메소드

public UpdateHand ( ) : void
리턴 void

프로퍼티 상세

colors 보호되어 있는 프로퍼티

protected Color[] colors
리턴 Color[]