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

GetNumConstraintRefs() public abstract method

public abstract GetNumConstraintRefs ( BulletBody obj ) : int
obj BulletBody
return int
        public abstract int GetNumConstraintRefs(BulletBody obj);
BSAPITemplate