ManoMotion SDK PRO  1.4.8
ManoMotion SDK PRO API documentation
DrawLineBetweenJoints Class Reference

Handle the linerenderers between the skeleton joints. More...

Inheritance diagram for DrawLineBetweenJoints:

Data Fields

Transform[] nextJoint
 The joints that will be connected by the line renderer. More...
 

Private Member Functions

void Start ()
 
void LateUpdate ()
 
void DrawOutJointLInes ()
 Draws out the skeleton with line renderers. More...
 

Private Attributes

LineRenderer lineRenderer
 
bool useWrist
 Set to true if the joints is the wrist. More...
 
bool usePalm
 Set to true if the joints is palm. More...
 

Detailed Description

Handle the linerenderers between the skeleton joints.

Member Function Documentation

◆ DrawOutJointLInes()

void DrawLineBetweenJoints.DrawOutJointLInes ( )
inlineprivate

Draws out the skeleton with line renderers.

if useWrist is true it will need one extra postion, and if usePalm is true it will use two extra positions.

◆ LateUpdate()

void DrawLineBetweenJoints.LateUpdate ( )
inlineprivate

◆ Start()

void DrawLineBetweenJoints.Start ( )
inlineprivate

Field Documentation

◆ lineRenderer

LineRenderer DrawLineBetweenJoints.lineRenderer
private

◆ nextJoint

Transform [] DrawLineBetweenJoints.nextJoint

The joints that will be connected by the line renderer.

◆ usePalm

bool DrawLineBetweenJoints.usePalm
private

Set to true if the joints is palm.

◆ useWrist

bool DrawLineBetweenJoints.useWrist
private

Set to true if the joints is the wrist.


The documentation for this class was generated from the following file: