Packagecom.as3nui.nativeExtensions.air.kinect.data
Classpublic class SkeletonBone
InheritanceSkeletonBone Inheritance Object
Subclasses MSSkeletonBone, OpenNISkeletonBone



Public Properties
 PropertyDefined By
  endJointName : String
Name of the end joint
SkeletonBone
  name : String
Name of the bone
SkeletonBone
  orientation : Orientation
Orientation of the bone
SkeletonBone
  parentBoneName : String
Name of the parent bone
SkeletonBone
  startJointName : String
Name of the start joint
SkeletonBone
Public Methods
 MethodDefined By
  
SkeletonBone
  
copyFrom(otherBone:SkeletonBone):void
Copies the properties from the other bone into this instance
SkeletonBone
Public Constants
 ConstantDefined By
  LEFT_LOWER_ARM : String = left_lower_arm
[static]
SkeletonBone
  LEFT_LOWER_LEG : String = left_lower_leg
[static]
SkeletonBone
  LEFT_UPPER_ARM : String = left_upper_arm
[static]
SkeletonBone
  LEFT_UPPER_LEG : String = left_upper_leg
[static]
SkeletonBone
  NECK : String = neck
[static]
SkeletonBone
  RIGHT_LOWER_ARM : String = right_lower_arm
[static]
SkeletonBone
  RIGHT_LOWER_LEG : String = right_lower_leg
[static]
SkeletonBone
  RIGHT_UPPER_ARM : String = right_upper_arm
[static]
SkeletonBone
  RIGHT_UPPER_LEG : String = right_upper_leg
[static]
SkeletonBone
  SPINE : String = spine
[static]
SkeletonBone
Property Detail
endJointNameproperty
public var endJointName:String

Name of the end joint

nameproperty 
public var name:String

Name of the bone

orientationproperty 
public var orientation:Orientation

Orientation of the bone

parentBoneNameproperty 
public var parentBoneName:String

Name of the parent bone

startJointNameproperty 
public var startJointName:String

Name of the start joint

Constructor Detail
SkeletonBone()Constructor
public function SkeletonBone()



Method Detail
copyFrom()method
public function copyFrom(otherBone:SkeletonBone):void

Copies the properties from the other bone into this instance

Parameters

otherBone:SkeletonBone

Constant Detail
LEFT_LOWER_ARMConstant
public static const LEFT_LOWER_ARM:String = left_lower_arm

LEFT_LOWER_LEGConstant 
public static const LEFT_LOWER_LEG:String = left_lower_leg

LEFT_UPPER_ARMConstant 
public static const LEFT_UPPER_ARM:String = left_upper_arm

LEFT_UPPER_LEGConstant 
public static const LEFT_UPPER_LEG:String = left_upper_leg

NECKConstant 
public static const NECK:String = neck

RIGHT_LOWER_ARMConstant 
public static const RIGHT_LOWER_ARM:String = right_lower_arm

RIGHT_LOWER_LEGConstant 
public static const RIGHT_LOWER_LEG:String = right_lower_leg

RIGHT_UPPER_ARMConstant 
public static const RIGHT_UPPER_ARM:String = right_upper_arm

RIGHT_UPPER_LEGConstant 
public static const RIGHT_UPPER_LEG:String = right_upper_leg

SPINEConstant 
public static const SPINE:String = spine