BEPUphysics.UpdateableSystems.ForceFields.BoundingBoxForceFieldShape.BoundingBoxForceFieldShape C# (CSharp) Method

BoundingBoxForceFieldShape() public method

Constructs a new force field shape using a bounding box.
public BoundingBoxForceFieldShape ( Microsoft.Xna.Framework.BoundingBox box ) : System.Collections.Generic
box Microsoft.Xna.Framework.BoundingBox Bounding box to use.
return System.Collections.Generic
        public BoundingBoxForceFieldShape(BoundingBox box)
        {
            BoundingBox = box;
        }