Exemplo n.º 1
0
        public TypedConstraint(RigidBody rbA, RigidBody rbB)
        {
            _userConstraintType = -1;
            _userConstraintId   = -1;
            _rbA            = rbA;
            _rbB            = rbB;
            _appliedImpulse = 0;

            _fixed.SetMassProps(0, new Vector3());
        }