ProblemLocation
No description
enum ProblemLocation {
Ceiling
Floor
Wall
}
Values
ProblemLocation.Ceiling
ProblemLocation.Floor
ProblemLocation.Wall
Member Of
Point
object