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;
        }