| Package | com.as3nui.nativeExtensions.air.kinect.data |
| Class | public class SkeletonBone |
| Inheritance | SkeletonBone Object |
| Subclasses | MSSkeletonBone, OpenNISkeletonBone |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| SkeletonBone | |||
copyFrom(otherBone:SkeletonBone):void
Copies the properties from the other bone into this instance
| SkeletonBone | ||
| Constant | Defined 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 | ||
| endJointName | property |
public var endJointName:StringName of the end joint
| name | property |
public var name:StringName of the bone
| orientation | property |
public var orientation:OrientationOrientation of the bone
| parentBoneName | property |
public var parentBoneName:StringName of the parent bone
| startJointName | property |
public var startJointName:StringName of the start joint
| SkeletonBone | () | Constructor |
public function SkeletonBone()| copyFrom | () | method |
public function copyFrom(otherBone:SkeletonBone):voidCopies the properties from the other bone into this instance
Parameters
otherBone:SkeletonBone |
| LEFT_LOWER_ARM | Constant |
public static const LEFT_LOWER_ARM:String = left_lower_arm| LEFT_LOWER_LEG | Constant |
public static const LEFT_LOWER_LEG:String = left_lower_leg| LEFT_UPPER_ARM | Constant |
public static const LEFT_UPPER_ARM:String = left_upper_arm| LEFT_UPPER_LEG | Constant |
public static const LEFT_UPPER_LEG:String = left_upper_leg| NECK | Constant |
public static const NECK:String = neck| RIGHT_LOWER_ARM | Constant |
public static const RIGHT_LOWER_ARM:String = right_lower_arm| RIGHT_LOWER_LEG | Constant |
public static const RIGHT_LOWER_LEG:String = right_lower_leg| RIGHT_UPPER_ARM | Constant |
public static const RIGHT_UPPER_ARM:String = right_upper_arm| RIGHT_UPPER_LEG | Constant |
public static const RIGHT_UPPER_LEG:String = right_upper_leg| SPINE | Constant |
public static const SPINE:String = spine