Summary
The PortalWorld class has a portal that users can travel through
and connect to other worlds
graph TD
Base0["World"]-->Type
click Base0 "/2019.CRCS-WebSite/Documentation/api/global/World"
Base1["MonoBehaviour"]-->Base0
Type["PortalWorld"]
class Type type-node
Type-->Derived0["RoomWorld"]
click Derived0 "/2019.CRCS-WebSite/Documentation/api/global/RoomWorld"
Syntax
public class PortalWorld : World
Fields
Name | Constant Value | Summary |
---|---|---|
defaultPortal | ||
default |
||
defaultPortalXform | ||
network |
Inherited from World
|
|
portalManager | ||
selector | ||
worldManager |
Inherited from World
|