Interface PayloadBuilder
Syntax
public interface PayloadBuilder
Properties
FrameIndex
Declaration
Property Value
SourceToTargetScale
Declaration
float SourceToTargetScale { get; }
Property Value
Methods
GetJointIndexForName(String)
Declaration
int GetJointIndexForName(string jointName)
Parameters
Type |
Name |
Description |
String |
jointName |
|
Returns
Declaration
AffineTransform GetJointTransform(int jointIndex)
Parameters
Type |
Name |
Description |
Int32 |
jointIndex |
|
Returns
Declaration
AffineTransform GetJointTransform(int frameIndex, int jointIndex)
Parameters
Type |
Name |
Description |
Int32 |
frameIndex |
|
Int32 |
jointIndex |
|
Returns
Declaration
AffineTransform GetJointTransformCharacterSpace(string jointName)
Parameters
Type |
Name |
Description |
String |
jointName |
|
Returns
Declaration
AffineTransform GetRootTransform()
Returns
Declaration
AffineTransform GetTrajectoryTransform()
Returns
Declaration
AffineTransform GetTrajectoryTransform(int frameIndex)
Parameters
Type |
Name |
Description |
Int32 |
frameIndex |
|
Returns