Example #1
0
        private static void MaxTwistAngleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            BallSocketJoint joint = (BallSocketJoint)d;

            joint.Update();
        }
Example #2
0
        private static void OnDirectionChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            BallSocketJoint joint = (BallSocketJoint)d;

            joint.Update();
        }