BEPUphysics.DataStructures.MeshBoundingBoxTree.MeshBoundingBoxTree C# (CSharp) Метод

MeshBoundingBoxTree() публичный Метод

Constructs a new tree.
public MeshBoundingBoxTree ( MeshBoundingBoxTreeData data ) : System.Collections.Generic
data MeshBoundingBoxTreeData Data to use to construct the tree.
Результат System.Collections.Generic
        public MeshBoundingBoxTree(MeshBoundingBoxTreeData data)
        {
            Data = data;
        }