C# Class Kinect.AvatarControllerClassic

Avatar controller is the component that transfers the captured user motion to a humanoid model (avatar). Avatar controller classic allows manual assignment of model's rigged bones to the Kinect's tracked joints.
Inheritance: AvatarController
Mostrar archivo Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
ClavicleLeft UnityEngine.Transform
ClavicleRight UnityEngine.Transform
ElbowLeft UnityEngine.Transform
ElbowRight UnityEngine.Transform
FingersLeft UnityEngine.Transform
FingersRight UnityEngine.Transform
FootLeft UnityEngine.Transform
FootRight UnityEngine.Transform
HandLeft UnityEngine.Transform
HandRight UnityEngine.Transform
HipCenter UnityEngine.Transform
HipLeft UnityEngine.Transform
HipRight UnityEngine.Transform
KneeLeft UnityEngine.Transform
KneeRight UnityEngine.Transform
Neck UnityEngine.Transform
ShoulderCenter UnityEngine.Transform
ShoulderLeft UnityEngine.Transform
ShoulderRight UnityEngine.Transform
Spine UnityEngine.Transform

Protected Methods

Method Description
MapBones ( ) : void

Method Details

MapBones() protected method

protected MapBones ( ) : void
return void

Property Details

ClavicleLeft public_oe property

public Transform,UnityEngine ClavicleLeft
return UnityEngine.Transform

ClavicleRight public_oe property

public Transform,UnityEngine ClavicleRight
return UnityEngine.Transform

ElbowLeft public_oe property

public Transform,UnityEngine ElbowLeft
return UnityEngine.Transform

ElbowRight public_oe property

public Transform,UnityEngine ElbowRight
return UnityEngine.Transform

FingersLeft public_oe property

public Transform,UnityEngine FingersLeft
return UnityEngine.Transform

FingersRight public_oe property

public Transform,UnityEngine FingersRight
return UnityEngine.Transform

FootLeft public_oe property

public Transform,UnityEngine FootLeft
return UnityEngine.Transform

FootRight public_oe property

public Transform,UnityEngine FootRight
return UnityEngine.Transform

HandLeft public_oe property

public Transform,UnityEngine HandLeft
return UnityEngine.Transform

HandRight public_oe property

public Transform,UnityEngine HandRight
return UnityEngine.Transform

HipCenter public_oe property

public Transform,UnityEngine HipCenter
return UnityEngine.Transform

HipLeft public_oe property

public Transform,UnityEngine HipLeft
return UnityEngine.Transform

HipRight public_oe property

public Transform,UnityEngine HipRight
return UnityEngine.Transform

KneeLeft public_oe property

public Transform,UnityEngine KneeLeft
return UnityEngine.Transform

KneeRight public_oe property

public Transform,UnityEngine KneeRight
return UnityEngine.Transform

Neck public_oe property

public Transform,UnityEngine Neck
return UnityEngine.Transform

ShoulderCenter public_oe property

public Transform,UnityEngine ShoulderCenter
return UnityEngine.Transform

ShoulderLeft public_oe property

public Transform,UnityEngine ShoulderLeft
return UnityEngine.Transform

ShoulderRight public_oe property

public Transform,UnityEngine ShoulderRight
return UnityEngine.Transform

Spine public_oe property

public Transform,UnityEngine Spine
return UnityEngine.Transform