Box2D.Dynamics.Joints.GearJointDef.GearJointDef C# (CSharp) Method

GearJointDef() public method

public GearJointDef ( )
        public GearJointDef()
        {
            Type = JointType.Gear;
            Joint1 = null;
            Joint2 = null;
        }
GearJointDef