struct MAGES::MeshDeformations::Editor::BasePhysicsActorEditorTool::DistanceEntry

struct DistanceEntry: public IComparable< DistanceEntry >
{
    // fields

    int Index;
    float Distance;

    // methods

    int CompareTo(DistanceEntry other);
};