Universe.Physics.BulletSPlugin.BSAPIXNA.GetNumConstraintRefs C# (CSharp) Method

GetNumConstraintRefs() public method

public GetNumConstraintRefs ( BulletBody pBody ) : int
pBody BulletBody
return int
        public override int GetNumConstraintRefs(BulletBody pBody)
        {
            RigidBody body = (pBody as BulletBodyXNA).rigidBody;
            return body.GetNumConstraintRefs();
        }
BSAPIXNA