Skip to content

mappointmanager

eisclimber edited this page Apr 4, 2026 · 1 revision

MapPointManager

Class in ExPresSXR.Movement

Inherits from UnityEngine.MonoBehaviour

Summary

Maintains a set to teleportation targets that are only visible when in teleport mode.

public class MapPointManager : MonoBehaviour

Methods

Name Description
CreateNewMapPointObject() Creates the a new MapPoint.
Attention!: Only available in the editor.
SetMapPointsActive(bool) Sets all MapPoints active or inactive.
SwitchMapPoint(MapPoint) Deactivates the current active MapPoint and switches to the new one.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally