Component:TeleportSurface

From Resonite Wiki
(Redirected from TeleportSurface (Component))
This page contains changes which are not marked for translation.
Component image 
Teleport Surface component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Teleport Surface is a component that is used to mark surfaces in a world as specifically spots the user can teleport to via the Teleport Locomotion Mode.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.

Usage

Attach this component to the same slot as a collider to mark that collider as a spot a user can specifically teleport to.

Examples

This can be used along with Teleport Block to make a maze that can only be navigated via teleporting.

Related Components