xn.SkeletonCapability.SkeletonCapability C# (CSharp) Method

SkeletonCapability() public method

public SkeletonCapability ( ProductionNode node ) : System
node ProductionNode
return System
        public SkeletonCapability(ProductionNode node)
            : base(node)
        {
            this.jointConfigurationChangedEvent = new StateChangedEvent(node,
                OpenNIImporter.xnRegisterToJointConfigurationChange,
                OpenNIImporter.xnUnregisterFromJointConfigurationChange);

            this.internalCalibrationStart = new OpenNIImporter.XnCalibrationStart(this.InternalCalibrationStart);
            this.internalCalibrationEnd = new OpenNIImporter.XnCalibrationEnd(this.InternalCalibrationEnd);
        }