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

RemoveConstraintFromWorld() public abstract method

public abstract RemoveConstraintFromWorld ( BulletWorld world, BulletConstraint constrain ) : bool
world BulletWorld
constrain BulletConstraint
return bool
        public abstract bool RemoveConstraintFromWorld(BulletWorld world, BulletConstraint constrain);
        // =====================================================================================
BSAPITemplate