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

GetConstraintRef() public abstract method

public abstract GetConstraintRef ( BulletBody obj, int index ) : BulletConstraint
obj BulletBody
index int
return BulletConstraint
        public abstract BulletConstraint GetConstraintRef(BulletBody obj, int index);
BSAPITemplate