Options for the direction from which you expect the portal to be viewed.
Use cases:
One-way portals, visual-only portals (IsTeleport false), or portals that are flush with a wall.
public enum PortalViewDirection
| name | value | description |
|---|---|---|
| FrontAndBack | 0 |
View from either side. |
| OnlyFront | 1 |
View from the portals FORWARD direction only. |
| OnlyBack | 2 |
View from the portals BACK direction only. |