BulletCSharp.CJoint.Type C# (CSharp) Method

Type() public method

public Type ( ) : SWIGTYPE_p_SBJoint__eType___
return SWIGTYPE_p_SBJoint__eType___
        public override SWIGTYPE_p_SBJoint__eType___ Type()
        {
            SWIGTYPE_p_SBJoint__eType___ ret = new SWIGTYPE_p_SBJoint__eType___(BulletSoftBodyPINVOKE.CJoint_Type(swigCPtr), true);
            return ret;
        }