C# Class QualisysRealTime.Unity.Skeleton.SkeletonBuilder

Class responsible for Building a Skeleton from markers
Afficher le fichier Open project: qualisys/Qualisys-Unity-SDK Class Usage Examples

Méthodes publiques

Свойство Type Description
Interpolation bool
MarkerPrefix string
SolveWithIK bool

Méthodes publiques

Méthode Description
SolveSkeleton ( List markerData ) : BipedSkeleton

Build a skeleton according to the markers

Method Details

SolveSkeleton() public méthode

Build a skeleton according to the markers
public SolveSkeleton ( List markerData ) : BipedSkeleton
markerData List A list of markers
Résultat BipedSkeleton

Property Details

Interpolation public_oe property

public bool Interpolation
Résultat bool

MarkerPrefix public_oe property

public string MarkerPrefix
Résultat string

SolveWithIK public_oe property

public bool SolveWithIK
Résultat bool