BEPUphysics.DataStructures.MeshBoundingBoxTree.MeshBoundingBoxTree C# (CSharp) Method

MeshBoundingBoxTree() public method

Constructs a new tree.
public MeshBoundingBoxTree ( MeshBoundingBoxTreeData data ) : System.Collections.Generic
data MeshBoundingBoxTreeData Data to use to construct the tree.
return System.Collections.Generic
        public MeshBoundingBoxTree(MeshBoundingBoxTreeData data)
        {
            Data = data;
        }