9 lines
106 B
C#
9 lines
106 B
C#
namespace PlanarReflections3
|
|
{
|
|
public enum ResolutionMode
|
|
{
|
|
ScreenBased = 0,
|
|
ExplicitValue = 1
|
|
}
|
|
}
|