isWall property
bool
get
isWall
Implementation
bool get isWall => planeType == UArPlaneType.vertical || classification == UArPlaneClassification.wall;
bool get isWall => planeType == UArPlaneType.vertical || classification == UArPlaneClassification.wall;