Universe.Physics.BulletSPlugin.BSConstraintCollection.BSConstraintCollection C# (CSharp) Method

BSConstraintCollection() public method

public BSConstraintCollection ( BulletWorld world ) : System
world BulletWorld
return System
        public BSConstraintCollection(BulletWorld world)
        {
            m_world = world;
            m_constraints = new List<BSConstraint>();
        }