C# 클래스 QualisysRealTime.Unity.Skeleton.SkeletonBuilder

Class responsible for Building a Skeleton from markers
파일 보기 프로젝트 열기: qualisys/Qualisys-Unity-SDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Interpolation bool
MarkerPrefix string
SolveWithIK bool

공개 메소드들

메소드 설명
SolveSkeleton ( List markerData ) : BipedSkeleton

Build a skeleton according to the markers

메소드 상세

SolveSkeleton() 공개 메소드

Build a skeleton according to the markers
public SolveSkeleton ( List markerData ) : BipedSkeleton
markerData List A list of markers
리턴 BipedSkeleton

프로퍼티 상세

Interpolation 공개적으로 프로퍼티

public bool Interpolation
리턴 bool

MarkerPrefix 공개적으로 프로퍼티

public string MarkerPrefix
리턴 string

SolveWithIK 공개적으로 프로퍼티

public bool SolveWithIK
리턴 bool