PortalComponent
Constructs a PortalComponent with the specified parameters.
Parameters
Whether the portal is enabled. The default value is true. If true, the portal is rendered; otherwise, it is not.
Whether both sides (forward and backward) of the portal are rendered. The default value is false. If true, both the forward and backward sides are rendered; if false, only the forward side is rendered.
Whether entities intersecting with the portal are clipped. The default value is true. If true, parts of entities in the portal world will be clipped when they intersect with the portal itself; otherwise they are not.
Whether entities are allowed to cross the portal. The default value is true. If true, entities crossing the portal will be rendered outside the portal; otherwise they are not.
Constructs a PortalComponent with the specified parameters, including experimental background settings.
Parameters
Whether the portal is enabled. The default value is true. If true, the portal is rendered; otherwise, it is not.
Whether both sides (forward and backward) of the portal are rendered. The default value is false. If true, both the forward and backward sides are rendered; if false, only the forward side is rendered.
Whether entities intersecting with the portal are clipped. The default value is true. If true, parts of entities in the portal world will be clipped when they intersect with the portal itself; otherwise they are not.
Whether entities are allowed to cross the portal. The default value is true. If true, entities crossing the portal will be rendered outside the portal; otherwise they are not.
The color of the portal panel. Each component should be in the range 0, 1. The default value is black (0, 0, 0). The panel color is used when backgroundMode is set to PortalBackgroundMode.SOLID_COLOR.
The background mode of the portal. The default value is PortalBackgroundMode.SOLID_COLOR.