Contents

PortalCrossingComponent

A component that allows entities to cross portal boundaries.

Declaration

struct PortalCrossingComponent

Overview

You use this with PortalComponent.CrossingMode to enable portal crossing features.

When you set this on an entity, this component defines whether the entity is capable of crossing the portal boundary.

Entities without this component, entities where isEnabled is false, and entities without a containing entity that specifies inherited portal crossing, aren’t able to cross portals.

See PortalComponent for detailed usage.

Topics

Initializers

See Also

Portals