Files
view-by-distance-mklink-con…/Shared/Models/Stateless/IMapLogic.cs
2023-04-09 23:33:24 -07:00

14 lines
307 B
C#

namespace View_by_Distance.Shared.Models.Stateless;
public interface IMapLogic
{ // ...
const int CopyNotMappedFaces = 5;
const int ForceSingleImage = 3;
const int Individually = 6;
const int ManualCopy = 4;
const int Mapping = 1;
const int Sigma = 3;
const int Sorting = 2;
}