PortalCrossableComponent

A Component that enables an entity (in the target world) and its descendants to traverse through a portal. This component should be utilized with PortalComponent, PortalWorldComponent, and PortalMaterial.

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun clone(): Component

Clones a new instance from the PortalCrossableComponent.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int