Summary
ViewType provides portals with 4 different views: none, virtual, physical, and hybrid.
These views apply to what the user sees for the portal destination. A purely virtual
view will show what can be seen in the Unity scene while a purely physical view will
use a connected device to show a view of the real world. Hybrid views combine the two
by using the connected device to show the real world, but teleporting the user into a
virtual representation.
- Namespace
- ASL
.PortalSystem - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph TD
Base0["Enum"]-->Type
Base1["ValueType"]-->Base0
Base2["object"]-->Base1
Interface0["IComparable"]-.->Type
Interface1["IFormattable"]-.->Type
Interface2["IConvertible"]-.->Type
Type["Portal.ViewType"]
class Type type-node
Syntax
public enum Portal.ViewType