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

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

            joint.Update();
        }