API reference
API reference
Select your platform
No SDKs available
No versions available

BodyPoseComparerActiveStateDebugVisual Class

Extends MonoBehaviour
Debugs each JointComparerConfig in a BodyPoseComparerActiveState.
Debug spheres are placed at each joint, and will change from Red to Orange to Green to signify the status of each joint (how close the joint is to being within the recognition threshold). When all joints are green, the pose recognizer would be Active.

Properties

float Radius[Get]

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void Update ( )

Member Functions

void InjectAllBodyPoseComparerActiveStateDebugVisual
( BodyPoseComparerActiveState bodyPoseComparer,
IBodyPose bodyPose,
Transform root )
void InjectRootTransform
( Transform root )
void InjectBodyPoseComparer
( BodyPoseComparerActiveState bodyPoseComparer )
void InjectBodyPose
( IBodyPose bodyPose )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon